From f69e1e831f5b8a4779708ff510f7361da2fea427 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 6 Oct 2023 11:49:52 -0700 Subject: [PATCH] 0.17.1-alpha.1. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f3d6dff5..c8aaa2d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/briansmith/ring" rust-version = "1.61.0" # Keep in sync with `links` below. -version = "0.17.0" +version = "0.17.1-alpha.1" # Keep in sync with `version` above. # @@ -23,7 +23,7 @@ version = "0.17.0" # 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" +links = "ring_core_0_17_1_alpha_1" include = [ "LICENSE",