Skip to content

Commit

Permalink
Merge pull request #3990 from oasisprotocol/kostko/feature/snow-no-ring
Browse files Browse the repository at this point in the history
runtime: Stop using the ring backend for snow
  • Loading branch information
kostko authored Jun 3, 2021
2 parents aa25d09 + 87502bb commit 75dbb6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/3990.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Stop using the ring backend for snow
1 change: 0 additions & 1 deletion 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 @@ -27,7 +27,7 @@ webpki = "0.21.2"
ring = "=0.16.11"
untrusted = "0.7.0"
bincode = "1.3.3"
snow = { version = "0.8.0", default-features = false, features = ["ring-accelerated"] }
snow = "0.8.0"
percent-encoding = "2.1.0"
pem = "0.8.3"
chrono = "0.4.19"
Expand Down

0 comments on commit 75dbb6b

Please sign in to comment.