mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-07 16:34:21 +01:00
kalk 1.4.1
This commit is contained in:
parent
dd63bace58
commit
a84e1e6527
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -178,7 +178,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "kalk"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"regex",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "kalk"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
authors = ["PaddiM8"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "kalk_cli"
|
||||
version = "0.3.10"
|
||||
version = "0.3.11"
|
||||
authors = ["PaddiM8"]
|
||||
edition = "2018"
|
||||
readme = "../README.md"
|
||||
@ -16,7 +16,7 @@ path = "src/main.rs"
|
||||
name = "kalk"
|
||||
|
||||
[dependencies]
|
||||
kalk = { path = "../kalk", version = "^1.4.0" }
|
||||
kalk = { path = "../kalk", version = "^1.4.1" }
|
||||
rustyline = "7.0.0"
|
||||
ansi_term = "0.12.1"
|
||||
regex = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user