Skip to content

Commit

Permalink
use v0.3.3 for promkit and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 27, 2024
1 parent 80c8c7a commit fbc9e83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ readme = "README.md"

[dependencies]
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
gag = "1.0.0"
j9 = "0.1.3"
# promkit = "0.3.2"
promkit = { git = "https://github.com/ynqa/promkit", branch = "dev-0.3.3/main" }
promkit = "0.3.3"
radix_trie = "0.2.1"

# The profile that 'cargo dist' will build with
Expand Down

0 comments on commit fbc9e83

Please sign in to comment.