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 c8b5189 commit c877e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ detcore = { version = "0.0.0", path = "../detcore" }
diff = "0.1"
dirs = "2.0"
edit-distance = { version = "0.0.0", path = "../common/edit-distance" }
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
goblin = "0.5.2"
lazy_static = "1.4"
libc = "0.2.139"
Expand Down
2 changes: 1 addition & 1 deletion hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ colored = "2.1.0"
detcore = { version = "0.0.0", path = "../detcore" }
detcore-model = { version = "0.0.0", path = "../detcore-model" }
edit-distance = { version = "0.0.0", path = "../common/edit-distance" }
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
rand = { version = "0.8", features = ["small_rng"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
similar = { version = "2.2.0", features = ["inline"] }
Expand Down

0 comments on commit c877e64

Please sign in to comment.