We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ccac0 commit fa98b49Copy full SHA for fa98b49
Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/briansmith/ring"
14
rust-version = "1.61.0"
15
16
# Keep in sync with `links` below.
17
-version = "0.17.7"
+version = "0.17.8"
18
19
# Keep in sync with `version` above.
20
#
@@ -23,7 +23,7 @@ version = "0.17.7"
23
# build.rs uses this to derive the prefix for FFI symbols and the file names
24
# of the FFI libraries, so it must be a valid identifier prefix and a valid
25
# filename prefix.
26
-links = "ring_core_0_17_7"
+links = "ring_core_0_17_8"
27
28
include = [
29
"LICENSE",
0 commit comments