Skip to content

Commit

Permalink
hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Jul 1, 2024
1 parent 735f6ed commit 78475fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.155", features = ["extra_traits"] }
log = { version = "0.4.21", default-features = false, features = ["std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
Expand Down Expand Up @@ -171,7 +171,7 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.155", features = ["extra_traits"] }
log = { version = "0.4.21", default-features = false, features = ["std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
Expand Down

0 comments on commit 78475fb

Please sign in to comment.