Skip to content

Commit

Permalink
upgrade libs; bump to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitnk committed Sep 28, 2024
1 parent a038758 commit dbb32fd
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 275 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ target/
*.txt
*.diff
*.patch
*.log
*.tgz
tmpfile-test-cicada-scripts.out
115 changes: 55 additions & 60 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
build = "src/build.rs"
name = "cicada"
version = "0.9.41"
version = "1.0.0"
authors = ["Hugo Wang <w@mitnk.com>"]

description = "A simple Bash-like Unix shell."
Expand Down Expand Up @@ -41,10 +41,9 @@ version = "0.29.0"
features = ["fs", "process", "signal"]

[dependencies.clap]
# todo: upgrade clap to 4.x
version = "=3.2"
version = "4.5"
default-features = false
features = ["std"]
features = ["std", "derive", "help"]

[dependencies.rusqlite]
version = "0.32"
Expand Down
Loading

0 comments on commit dbb32fd

Please sign in to comment.