From 162101297a2ccf467beb241d92490fbaf2fbd23d Mon Sep 17 00:00:00 2001 From: Geovane Fedrecheski Date: Mon, 25 Nov 2024 10:05:15 +0100 Subject: [PATCH] release: rust 0.7.2 and python 0.4.1 --- Cargo.toml | 10 +++++----- examples/lakers-no_std/Cargo.toml | 2 +- lakers-python/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1209d205..57facb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.7.1" +version = "0.7.2" repository = "https://github.com/openwsn-berkeley/lakers/" license = "BSD-3-Clause" readme = "shared/README.md" @@ -40,16 +40,16 @@ categories = [ "no-std::no-alloc", "network-programming", "embedded" ] [workspace.dependencies] -lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.7.1" } +lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.7.2" } -lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.7.1" } +lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.7.2" } lakers-crypto = { path = "crypto/" } lakers-crypto-cryptocell310 = { path = "crypto/lakers-crypto-cryptocell310-sys/" } lakers-crypto-psa = { path = "crypto/lakers-crypto-psa/" } -lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.7.1" } +lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.7.2" } -lakers = { package = "lakers", path = "lib/", version = "^0.7.1", default-features = false } +lakers = { package = "lakers", path = "lib/", version = "^0.7.2", default-features = false } [patch.crates-io] psa-crypto = { git = "https://github.com/malishav/rust-psa-crypto", branch = "baremetal" } diff --git a/examples/lakers-no_std/Cargo.toml b/examples/lakers-no_std/Cargo.toml index bd1b8e00..b73aed97 100644 --- a/examples/lakers-no_std/Cargo.toml +++ b/examples/lakers-no_std/Cargo.toml @@ -15,7 +15,7 @@ embedded-alloc = "0.5.0" # cortex-m specifics cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]} -cortex-m-rt = "0.7.1" +cortex-m-rt = "0.7.2" cortex-m-semihosting = "0.5.0" panic-semihosting = { version = "0.6.0", features = ["exit"] } diff --git a/lakers-python/Cargo.toml b/lakers-python/Cargo.toml index dd5d2e85..9c155478 100644 --- a/lakers-python/Cargo.toml +++ b/lakers-python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lakers-python" # this will be the name of the package on pypi edition = "2021" -version ="0.4.0" +version ="0.4.1" repository.workspace = true license.workspace = true