Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zahash committed Mar 26, 2024
1 parent f04dc58 commit 7b479d1
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 105 deletions.
176 changes: 101 additions & 75 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csc"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Zahash <[email protected]>"]
description = "Command Line Scientific Calculator"
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/zahash/csc"
anyhow = "1"
regex = { version = "1" }
lazy_static = { version = "1" }
rustyline = { version = "12" }
chainchomp = { version = "0.1" }
rustyline = { version = "14" }
chainchomp = { version = "0.2.1" }

[dev-dependencies]
pretty_assertions = { version = "1" }
Expand Down
Loading

0 comments on commit 7b479d1

Please sign in to comment.