Skip to content

Commit

Permalink
Use stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Mar 30, 2021
1 parent cd0686f commit 9b9b931
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 121 deletions.
8 changes: 4 additions & 4 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
rustflags = ["-C", "target-feature=+aes,+ssse3"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]
rustflags = ["-C", "target-feature=+aes,+ssse3,+avx"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3,+avx"]

[test]
rustflags = ["-C", "target-feature=+aes,+ssse3"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]
rustflags = ["-C", "target-feature=+aes,+ssse3,+avx"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3,+avx"]
167 changes: 56 additions & 111 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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio-executor = "0.1.6"
io-context = "0.2.0"
x25519-dalek = "1.1.0"
ed25519-dalek = "1.0.1"
deoxysii = { git = "https://github.com/oasisprotocol/deoxysii-rust" }
deoxysii = { git = "https://github.com/oasisprotocol/deoxysii-rust", branch = "stable-rust" }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
sp800-185 = "0.2.0"
zeroize = "1.2"
Expand Down

0 comments on commit 9b9b931

Please sign in to comment.