From 464d367252354418a2c17feb806876d4d89a8508 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 28 Nov 2023 10:07:59 -0800 Subject: [PATCH] 0.17.6. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32dc5edd0..2c8ba6964 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.5" +version = "0.17.6" # Keep in sync with `version` above. # @@ -23,7 +23,7 @@ version = "0.17.5" # 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_5" +links = "ring_core_0_17_6" include = [ "LICENSE",