Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor for hax: avoid unneeded .unwrap calls #149

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: udpate bindgen to avoid proc-macro2 issue on nightly
  • Loading branch information
geonnave committed Nov 20, 2023
commit fad058fd6e725b4142e00f574a560442de393a25
2 changes: 1 addition & 1 deletion crypto/edhoc-crypto-cryptocell310-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ links = "nrf_cc310_0.9.13"
edhoc-consts = { path = "../../consts" }

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.69.1"