Skip to content

Commit

Permalink
migtd: fix dependency x86_64 version to avoid incompatibility
Browse files Browse the repository at this point in the history
Latest `x86_64` is not compatible with old rust toolchain.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Dec 5, 2024
1 parent 50ed95c commit 8f56f46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ afl = { version = "*", optional = true }
arbitrary = "=1.1.3"
der = { version = "0.7.9", features = ["oid", "alloc"] }
serde = "=1.0.198"
x86_64 = "=0.14.11"

[dependencies.crypto]
path = ".."
Expand Down
1 change: 1 addition & 0 deletions src/devices/virtio/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator", rev =
spin = "0.9.2"
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[features]
default = ["libfuzzer-sys"]
Expand Down
1 change: 1 addition & 0 deletions src/devices/vsock/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ libfuzzer-sys = { version = "0.4", optional = true }
afl = {version = "*", optional = true }
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[dependencies.vsock]
path = ".."
Expand Down
1 change: 1 addition & 0 deletions src/migtd/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ afl = { version = "*", optional = true }
r-efi = "3.2.0"
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[patch.crates-io]
ring = { path = "../../../deps/td-shim/library/ring" }
Expand Down
1 change: 1 addition & 0 deletions src/policy/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ afl = {version = "*", optional = true }
arbitrary = "=1.1.3"
log = "0.4.13"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[features]
default = ["libfuzzer-sys"]
Expand Down

0 comments on commit 8f56f46

Please sign in to comment.