diff --git a/Cargo.lock b/Cargo.lock index 2b8caf9..d13b95f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,7 +1143,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.11.3-rc.3" +version = "0.11.3-pre.4" dependencies = [ "aes-gcm", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index 395f676..6de7a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcore-alloy" -version = "0.11.3-rc.3" +version = "0.11.3-pre.4" 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 d09e0a9..f1ea04c 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-rc.3" +version = "0.11.3-pre.4" dependencies = [ "aes-gcm", "aes-siv", @@ -1652,7 +1652,7 @@ dependencies = [ [[package]] name = "qdrant-example" -version = "0.11.3-rc.3" +version = "0.11.3-pre.4" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/example-integrations/qdrant/Cargo.toml b/example-integrations/qdrant/Cargo.toml index 3e3b358..f48d026 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-rc.3" +version = "0.11.3-pre.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html