Skip to content

Commit

Permalink
v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Jan 4, 2021
1 parent 49f3522 commit d9c3807
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 80 deletions.
88 changes: 12 additions & 76 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 kalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalk"
version = "1.4.1"
version = "1.4.2"
authors = ["PaddiM8"]
edition = "2018"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions kalk_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalk_cli"
version = "0.3.11"
version = "0.3.12"
authors = ["PaddiM8"]
edition = "2018"
readme = "../README.md"
Expand All @@ -16,8 +16,8 @@ path = "src/main.rs"
name = "kalk"

[dependencies]
kalk = { path = "../kalk", version = "^1.4.1" }
rustyline = "7.0.0"
kalk = { path = "../kalk", version = "^1.4.2" }
rustyline = "7.1.0"
ansi_term = "0.12.1"
regex = "1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit d9c3807

Please sign in to comment.