Skip to content

Commit 816d450

Browse files
committed
0.17.13.
1 parent ec2d3cf commit 816d450

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
@@ -14,14 +14,14 @@ repository = "https://github.com/briansmith/ring"
1414
rust-version = "1.66.0"
1515

1616
# Keep in sync with `links` below.
17-
version = "0.17.10"
17+
version = "0.17.13"
1818

1919
# Keep in sync with `version` above.
2020
#
2121
# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
2222
# as keeping this in sync with the symbol prefixing is crucial for ensuring
2323
# the safety of multiple versions of *ring* being used in a program.
24-
links = "ring_core_0_17_10_"
24+
links = "ring_core_0_17_13_"
2525

2626
include = [
2727
"LICENSE",

0 commit comments

Comments
 (0)