Skip to content

Commit

Permalink
Update sorted_vector_map
Browse files Browse the repository at this point in the history
Summary: The most recent fbsource version was just released onto crates.io, so builds are failing until we update

Reviewed By: iguridi

Differential Revision: D57091891

fbshipit-source-id: b7a44252e42ad72f81378e50cd404818b454fcbf
  • Loading branch information
JakobDegen authored and facebook-github-bot committed May 8, 2024
1 parent f12b9ed commit 0724ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allocative/allocative/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ slab = { version = "0.4.7", optional = true }
smallvec = { version = "1.10.0", optional = true }
sorted_vector_map.optional = true
# @oss-disable: sorted_vector_map.path = "../../../common/rust/shed/sorted_vector_map"
sorted_vector_map.version = "0.1"
sorted_vector_map.version = "0.2"
tokio = { version = "1.5", optional = true, features = ["sync"] }
triomphe = { version = "0.1.8", optional = true }

Expand Down

0 comments on commit 0724ca3

Please sign in to comment.