Skip to content

Commit

Permalink
ci: update KMS to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Rosenkranz-Costa committed Mar 8, 2024
1 parent 9f61d09 commit 8b979d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
project-name: cloudproof_rust
toolchain: stable
kms-version: ghcr.io/cosmian/kms:feature-covercrypt_rekey
kms-version: ghcr.io/cosmian/kms:4.13.0
findex-cloud-version: 0.3.1
branch-java: feature/covercrypt_rekey
branch-js: feature/covercrypt_rekey
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ pyo3 = { version = "0.20.3", features = [
rand = "0.8"
thiserror = "1.0"
tracing = "0.1"
tracing-log = "0.1"
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-tree = "0.2"
tracing-tree = "0.3"
wasm-bindgen = "0.2.91"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/aesgcm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13,<0.15"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 8b979d9

Please sign in to comment.