Skip to content

Commit

Permalink
release: 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovacs committed Apr 23, 2024
1 parent fc2f22c commit 3079fae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crablit"
version = "0.1.6-git"
version = "0.1.12"
authors = ["Jeromos Kovács <iitsnotme214@protonmail.com>"]
description = "A cli learning app using spaced repetition."
categories = ["command-line-interface"]
Expand Down
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! # In this module, you can find code that helps in collecting cli arguments and determining properties of a file containing vocab data.
use crate::*;
use clap::Parser;
use log::*;
use std::{collections::HashMap, path::PathBuf};

#[derive(Parser, Debug, PartialEq)]
Expand Down

0 comments on commit 3079fae

Please sign in to comment.