diff --git a/Cargo.lock b/Cargo.lock index bba418e..bdb20c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,7 +1002,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.11.2-rc.0" +version = "0.11.2-pre.1" dependencies = [ "aes-gcm", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index ba17fab..899a583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcore-alloy" -version = "0.11.2-rc.0" +version = "0.11.2-pre.1" 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 0b80d98..5112310 100644 --- a/example-integrations/qdrant/Cargo.lock +++ b/example-integrations/qdrant/Cargo.lock @@ -1083,7 +1083,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.11.2-rc.0" +version = "0.11.2-pre.1" dependencies = [ "aes-gcm", "aes-siv", @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "qdrant-example" -version = "0.11.2-rc.0" +version = "0.11.2-pre.1" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/example-integrations/qdrant/Cargo.toml b/example-integrations/qdrant/Cargo.toml index 3e60070..ed32b2d 100644 --- a/example-integrations/qdrant/Cargo.toml +++ b/example-integrations/qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-example" -version = "0.11.2-rc.0" +version = "0.11.2-pre.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html