Skip to content

Commit

Permalink
Fix up compact_str versions after third-party compact-str upgrade
Browse files Browse the repository at this point in the history
Summary: Our cargo builds broke when D62024938 landed because our manually maintained cargo versions didn't keep up with the upgrade of compact_str in third-party/rust. Upgrade our versions to 0.8 to match D62024938.

Reviewed By: Will-MingLun-Li

Differential Revision: D62050752

fbshipit-source-id: 1f4eaded370c6ab09bbbf94ed1d5f0ab3af374d6
  • Loading branch information
Scott Cao authored and facebook-github-bot committed Aug 30, 2024
1 parent 4d32658 commit 46ccc90
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 @@ -15,7 +15,7 @@ ctor = { workspace = true }

anyhow = { version = "1.0.65", optional = true }
bumpalo = { version = "3.11.1", optional = true }
compact_str = { version = "0.6.1", optional = true }
compact_str = { version = "0.8", optional = true }
dashmap = { version = "5.5.3", optional = true }
either = { version = "1.8", optional = true }
futures = { version = "0.3.24", optional = true }
Expand Down

0 comments on commit 46ccc90

Please sign in to comment.