Skip to content

Commit 7b479d1

Browse files
committed
update deps
1 parent f04dc58 commit 7b479d1

File tree

3 files changed

+144
-105
lines changed

3 files changed

+144
-105
lines changed

Cargo.lock

Lines changed: 101 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csc"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Zahash <zahash.z@gmail.com>"]
66
description = "Command Line Scientific Calculator"
@@ -11,8 +11,8 @@ repository = "https://github.com/zahash/csc"
1111
anyhow = "1"
1212
regex = { version = "1" }
1313
lazy_static = { version = "1" }
14-
rustyline = { version = "12" }
15-
chainchomp = { version = "0.1" }
14+
rustyline = { version = "14" }
15+
chainchomp = { version = "0.2.1" }
1616

1717
[dev-dependencies]
1818
pretty_assertions = { version = "1" }

0 commit comments

Comments
 (0)