This commit is contained in:
Brian Smith 2023-10-06 16:02:05 -07:00
parent bebaa473f6
commit f6d9efd5b3

View File

@ -14,7 +14,7 @@ repository = "https://github.com/briansmith/ring"
rust-version = "1.61.0"
# Keep in sync with `links` below.
version = "0.17.1"
version = "0.17.2"
# Keep in sync with `version` above.
#
@ -23,7 +23,7 @@ version = "0.17.1"
# build.rs uses this to derive the prefix for FFI symbols and the file names
# of the FFI libraries, so it must be a valid identifier prefix and a valid
# filename prefix.
links = "ring_core_0_17_1"
links = "ring_core_0_17_2"
include = [
"LICENSE",