Skip to content

Commit

Permalink
Update to zerocopy 0.8.8 for function inlining.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 authored and jhand2 committed Nov 1, 2024
1 parent f025f93 commit 3575e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6", features = ["derive"] }
zerocopy = { version = "0.8.8", features = ["derive"] }
openssl = "0.10.64"

[profile.firmware]
Expand Down

0 comments on commit 3575e8d

Please sign in to comment.