Skip to content

Commit

Permalink
Revert "fix(ring): Upgrade to patched version on ring"
Browse files Browse the repository at this point in the history
This reverts commit 853a5bc.

Fixed in nightly rust by rust-lang/rust#47298
  • Loading branch information
musoke committed Jan 17, 2018
1 parent f5ec1a0 commit 84e7da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env_logger = "0.4.3"
error-chain = "0.10.0"
log = "0.3.8"
rand = "0.3.16"
ring = "0.13.0-alpha"
ring = "0.9.7"
rust-crypto = "0.2.36"
serde = "1.0.9"
serde_derive = "1.0.9"
untrusted = "0.6"
untrusted = "0.5.1"

[dependencies.ruma-identifiers]
branch = "synapse-workarounds"
Expand Down

0 comments on commit 84e7da2

Please sign in to comment.