From 2b1835d79ac1d418c38f2fd86761f5476a6c658a Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Wed, 18 Dec 2024 22:13:39 +0000 Subject: [PATCH] Set release version 0.11.3-rc.3 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- example-integrations/qdrant/Cargo.lock | 4 ++-- example-integrations/qdrant/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a873a6..2b8caf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,7 +1143,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.11.3-pre.3" +version = "0.11.3-rc.3" dependencies = [ "aes-gcm", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index dee114f..395f676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcore-alloy" -version = "0.11.3-pre.3" +version = "0.11.3-rc.3" description = "IronCore Labs SDK for all your different Application Layer Encryption needs" authors = ["IronCore Labs "] edition = "2021" diff --git a/example-integrations/qdrant/Cargo.lock b/example-integrations/qdrant/Cargo.lock index be7783a..d09e0a9 100644 --- a/example-integrations/qdrant/Cargo.lock +++ b/example-integrations/qdrant/Cargo.lock @@ -1169,7 +1169,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.11.3-pre.3" +version = "0.11.3-rc.3" dependencies = [ "aes-gcm", "aes-siv", @@ -1652,7 +1652,7 @@ dependencies = [ [[package]] name = "qdrant-example" -version = "0.11.3-pre.3" +version = "0.11.3-rc.3" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/example-integrations/qdrant/Cargo.toml b/example-integrations/qdrant/Cargo.toml index 62ee564..3e3b358 100644 --- a/example-integrations/qdrant/Cargo.toml +++ b/example-integrations/qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-example" -version = "0.11.3-pre.3" +version = "0.11.3-rc.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html