0.17.0-beta.2

This commit is contained in:
Brian Smith 2023-10-01 23:25:20 -07:00
parent 812592f5f3
commit 851f9f339b
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ repository = "https://github.com/briansmith/ring"
rust-version = "1.61.0"
# Keep in sync with `links` below.
version = "0.17.0-beta.1"
version = "0.17.0-beta.2"
# Keep in sync with `version` above.
#
@ -24,7 +24,7 @@ version = "0.17.0-beta.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_0_beta_1"
links = "ring_core_0_17_0_beta_2"
include = [
"LICENSE",

View File

@ -236,7 +236,7 @@ const ASM_TARGETS: &[AsmTarget] = &[
arch: "aarch64",
perlasm_format: "win64",
asm_extension: "S",
preassemble: true,
preassemble: false,
},
];