0.17.3-alpha.1.

This commit is contained in:
Brian Smith 2023-10-09 21:04:26 -07:00
parent d1e42e30fd
commit a076d28b82

@ -14,7 +14,7 @@ repository = "https://github.com/briansmith/ring"
rust-version = "1.61.0"
# Keep in sync with `links` below.
version = "0.17.2"
version = "0.17.3-alpha.1"
# Keep in sync with `version` above.
#
@ -23,7 +23,7 @@ version = "0.17.2"
# 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_2"
links = "ring_core_0_17_3_alpha_1"
include = [
"LICENSE",