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