We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ba560 commit 5cc13caCopy full SHA for 5cc13ca
Cargo.toml
@@ -13,14 +13,14 @@ repository = "https://github.com/ctz/ring"
13
rust-version = "1.63.0"
14
15
# Keep in sync with `links` below.
16
-version = "0.17.11-alpha1"
+version = "0.17.11"
17
18
# Keep in sync with `version` above.
19
#
20
# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
21
# as keeping this in sync with the symbol prefixing is crucial for ensuring
22
# the safety of multiple versions of *ring* being used in a program.
23
-links = "ring_core_0_17_11_alpha1"
+links = "ring_core_0_17_11_"
24
25
include = [
26
"LICENSE",
0 commit comments