Skip to content

Commit

Permalink
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrunji0408 authored and github-actions[bot] committed Oct 7, 2023
1 parent 9d69c31 commit 4e497ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

6 changes: 2 additions & 4 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features
heck = { version = "0.4", features = ["unicode"] }
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "1", default-features = false, features = ["serde", "std"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools = { version = "0.10" }
jni = { version = "0.21", features = ["invocation"] }
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
lexical-core = { version = "0.8", features = ["format"] }
Expand Down Expand Up @@ -164,8 +163,7 @@ futures-task = { version = "0.3" }
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["nightly", "raw"] }
heck = { version = "0.4", features = ["unicode"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools = { version = "0.10" }
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2", features = ["extra_traits"] }
lock_api = { version = "0.4", features = ["arc_lock"] }
Expand Down

0 comments on commit 4e497ce

Please sign in to comment.