Skip to content

Commit

Permalink
Merge pull request #9 from mobilecoinofficial/hotfix/update-spin
Browse files Browse the repository at this point in the history
Update spin, minor cleanups
  • Loading branch information
jcape authored May 6, 2022
2 parents 25a3c7e + 501d3b4 commit c97350b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 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 mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["MbedTLS","mbed","TLS","SSL","cryptography"]
[dependencies]
bitflags = "1"
genio = { version = "0.2.1", default-features = false }
spin = { version = "0.4.0", default-features = false, optional = true }
spin = { version = "0.9.3", default-features = false, optional = true }
serde = { version = "1.0.7", default-features = false }
serde_derive = "1.0.7"
byteorder = { version = "1.0.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions mbedtls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#![deny(warnings)]
#![allow(unused_doc_comments)]
#![allow(suspicious_auto_trait_impls)]
#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(not(any(feature = "std", feature = "no_std_deps")))]
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly-2022-04-29

0 comments on commit c97350b

Please sign in to comment.