Skip to content

Commit

Permalink
Update zerocopy to 0.8.6.
Browse files Browse the repository at this point in the history
Resolves: #361.

Update fuzzer lock file to resolve: time-rs/time#681
  • Loading branch information
clundin25 committed Oct 16, 2024
1 parent 7f172f1 commit 69f5bf2
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 267 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
[workspace.dependencies]
caliptra-cfi-lib-git = { git = "https://github.com/chipsalliance/caliptra-cfi.git", package = "caliptra-cfi-lib-git", rev = "a98e499d279e81ae85881991b1e9eee354151189", default-features = false, features = ["cfi", "cfi-counter" ] }
caliptra-cfi-derive-git = { git = "https://github.com/chipsalliance/caliptra-cfi.git", package = "caliptra-cfi-derive-git", rev = "a98e499d279e81ae85881991b1e9eee354151189"}
zerocopy = { version = "0.8.3", features = ["derive"] }
zerocopy = { version = "0.8.6", features = ["derive"] }
openssl = "0.10.64"

[profile.firmware]
Expand Down
4 changes: 1 addition & 3 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ run_verification_tests dpe_profile_p384_sha384 rustcrypto
cargo fmt --check
cargo clippy --features libfuzzer-sys
cargo clippy --features afl
# https://github.com/google/zerocopy/issues/1867
# Currently this fuzzer fails to compile when using zerocopy v0.8.3.
# cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
cargo +nightly-2023-11-16 afl build --features afl
)

Expand Down
Loading

0 comments on commit 69f5bf2

Please sign in to comment.