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 35734a5
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 407 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"]
1 change: 1 addition & 0 deletions .changelog/3825.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: use stable rust

0 comments on commit 35734a5

Please sign in to comment.