Skip to content

Commit adc7e56

Browse files
committed
Revert "Update ring to work with latest nightly rust"
This reverts commit c415ef2. This was fixed in nightly: rust-lang/rust#47298
1 parent c415ef2 commit adc7e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ version = "0.4.0"
1313
[dependencies]
1414
base64 = "0.5.0"
1515
lazy_static = "0.2.8"
16-
ring = "0.13.0-alpha"
16+
ring = "0.9.4"
1717
ruma-identifiers = "0.11.0"
1818
serde = "1.0"
1919
serde_json = "1.0"
20-
untrusted = "0.6"
20+
untrusted = "0.5"
2121
url = "1.4"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)