Skip to content

Commit 5cc13ca

Browse files
committed
prepare 0.17.11
1 parent 34ba560 commit 5cc13ca

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,14 +13,14 @@ repository = "https://github.com/ctz/ring"
1313
rust-version = "1.63.0"
1414

1515
# Keep in sync with `links` below.
16-
version = "0.17.11-alpha1"
16+
version = "0.17.11"
1717

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

2525
include = [
2626
"LICENSE",

0 commit comments

Comments
 (0)