Skip to content

Commit

Permalink
Back out "upgrade to 0.22.6"
Browse files Browse the repository at this point in the history
Summary:
This diff is backing out: D68466072, D68679908, D68679909, D68687706, D68687707, D68693388, D68780982 and D68784256

ignore-conflict-markers
overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: rust_foundation

Differential Revision: D68813766

fbshipit-source-id: 465aafc89916c5d730e7c12ead4850d36501f455
  • Loading branch information
diliop authored and facebook-github-bot committed Jan 29, 2025
1 parent d129c4b commit c83e0b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions eden/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d17
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
profiling = { version = "1.0.16", git = "https://github.com/aclysma/profiling.git", rev = "1b3e20c8e59eddbb6ae0d64fff849d07a903dd0c" }
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
tree-sitter-bash = { git = "https://github.com/cfsmp3/tree-sitter-bash", rev = "4e9968457cd1ee5a51f8ab875cc2fcaaf7294e94" }
tree-sitter-c = { git = "https://github.com/cfsmp3/tree-sitter-c", rev = "d01f584b67e581e9888b4b8e71e7150fd3867e38" }
Expand Down
1 change: 1 addition & 0 deletions eden/mononoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d17
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
profiling = { version = "1.0.16", git = "https://github.com/aclysma/profiling.git", rev = "1b3e20c8e59eddbb6ae0d64fff849d07a903dd0c" }
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
tree-sitter-bash = { git = "https://github.com/cfsmp3/tree-sitter-bash", rev = "4e9968457cd1ee5a51f8ab875cc2fcaaf7294e94" }
tree-sitter-c = { git = "https://github.com/cfsmp3/tree-sitter-c", rev = "d01f584b67e581e9888b4b8e71e7150fd3867e38" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/filestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
blake3 = { version = "=1.5.1", features = ["mmap", "rayon", "traits-preview"] }
blake3 = { version = "=1.5.0", features = ["rayon", "traits-preview"] }
blobstore = { version = "0.1.0", path = "../blobstore" }
bytes = { version = "1.9.0", features = ["serde"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-stream = "0.3"
async-trait = "0.1.71"
base64 = "0.21"
bitflags = { version = "2.6", features = ["serde"] }
blake3 = { version = "=1.5.1", features = ["mmap", "rayon", "traits-preview"] }
blake3 = { version = "=1.5.0", features = ["rayon", "traits-preview"] }
blobstore = { version = "0.1.0", path = "../../blobstore" }
bytes = { version = "1.9.0", features = ["serde"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/edenapi/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "test/basic_test.rs"

[dependencies]
anyhow = "1.0.95"
blake3 = { version = "=1.5.1", features = ["mmap", "rayon", "traits-preview"] }
blake3 = { version = "=1.5.0", features = ["rayon", "traits-preview"] }
bytes = { version = "1.9.0", features = ["serde"] }
paste = "1.0.14"
quickcheck = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "types"
anyhow = "1.0.95"
base64 = "0.21"
bitflags = { version = "2.6", features = ["serde"] }
blake3 = { version = "=1.5.1", features = ["mmap", "rayon", "traits-preview"] }
blake3 = { version = "=1.5.0", features = ["rayon", "traits-preview"] }
byteorder = "1.3"
lazy_static = { version = "1.4", optional = true }
quickcheck = { version = "1.0", optional = true }
Expand Down

0 comments on commit c83e0b2

Please sign in to comment.