Skip to content

Commit 5618c3d

Browse files
jot2rekc1212
andauthored
chore: release 0.11.0-26 (#57)
* build: update version * build: update version * chore: fix error logging in vault (#56) --------- Co-authored-by: Kelong Cong <kc1212@users.noreply.github.com>
1 parent 3320581 commit 5618c3d

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authors = ["Zama"]
2525
publish = true
2626
edition = "2021"
2727
license = "BSD-3-Clause-Clear"
28-
version = "0.11.0-24"
28+
version = "0.11.0-26"
2929

3030
[workspace.dependencies]
3131
aes = "=0.8.4"

backward-compatibility/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backward-compatibility/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backward-compatibility"
3-
version = "0.11.0-24"
3+
version = "0.11.0-26"
44
publish = false
55
authors = ["Zama"]
66
edition = "2021"
@@ -9,7 +9,6 @@ license = "BSD-3-Clause-Clear"
99
[dependencies]
1010
# This is a list of kms-core versions we will generate data for. This list will grow over time.
1111
# They are only activated when generating data, with the binary target and the "generate" feature.
12-
# TODO update to public repo, once we have a public release
1312
kms_0_11 = { git = "https://github.com/zama-ai/kms.git", package = "kms", rev = "v0.11.0-22", optional = true }
1413
kms_grpc_0_11 = { git = "https://github.com/zama-ai/kms.git", package = "kms-grpc", rev = "v0.11.0-22", optional = true }
1514
threshold_fhe_0_11 = { git = "https://github.com/zama-ai/kms.git", package = "threshold-fhe", rev = "v0.11.0-22", optional = true, features = [

0 commit comments

Comments
 (0)