Skip to content

Commit

Permalink
shed: Bump fbinit version
Browse files Browse the repository at this point in the history
Summary: To match the latest version on crates.io: https://crates.io/crates/fbinit

Reviewed By: dtolnay

Differential Revision: D61287041

fbshipit-source-id: 16ac2da146015429c80a87c3b07cd061b36e6409
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Aug 14, 2024
1 parent 8fd6037 commit 6252d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ zip = "0.5"
zstd = "0.13.0"

# @oss-disable: fbinit.path = "../common/rust/shed/fbinit"
fbinit.version = "0.1"
fbinit.version = "0.2"
# @oss-disable: sorted_vector_map.path = "../common/rust/shed/sorted_vector_map"
sorted_vector_map.version = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "top/main.rs"
[dependencies]

gazebo = {version = "0.8.1", features = ["str_pattern_extensions"]}
fbinit = "0.1"
fbinit = "0.2"
sorted_vector_map = "0.2"
watchman_client = "0.8.0"

Expand Down

0 comments on commit 6252d88

Please sign in to comment.