Skip to content

Commit

Permalink
remove nonstatic deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lolpro11 committed Jan 24, 2024
1 parent 9fc3af3 commit ae63ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ derivative = "2.1"
serde = {version = "1.0", features = ["rc"]}
serde_derive = "1.0"
chrono = "0.4"
itertools = "0.11"
itertools = "0.12"
sha2 = "0.10"
zip = "0.6"
zip = { version = "0.6.6", default-features = false }
thiserror = "1"
rgb = "0.8"

Expand Down

0 comments on commit ae63ec3

Please sign in to comment.