Skip to content

Commit 1621012

Browse files
committed
release: rust 0.7.2 and python 0.4.1
1 parent b5ab5bd commit 1621012

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default-members = [
3131
resolver = "2"
3232

3333
[workspace.package]
34-
version = "0.7.1"
34+
version = "0.7.2"
3535
repository = "https://github.com/openwsn-berkeley/lakers/"
3636
license = "BSD-3-Clause"
3737
readme = "shared/README.md"
@@ -40,16 +40,16 @@ categories = [ "no-std::no-alloc", "network-programming", "embedded" ]
4040

4141
[workspace.dependencies]
4242

43-
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.7.1" }
43+
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.7.2" }
4444

45-
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.7.1" }
45+
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.7.2" }
4646

4747
lakers-crypto = { path = "crypto/" }
4848
lakers-crypto-cryptocell310 = { path = "crypto/lakers-crypto-cryptocell310-sys/" }
4949
lakers-crypto-psa = { path = "crypto/lakers-crypto-psa/" }
50-
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.7.1" }
50+
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.7.2" }
5151

52-
lakers = { package = "lakers", path = "lib/", version = "^0.7.1", default-features = false }
52+
lakers = { package = "lakers", path = "lib/", version = "^0.7.2", default-features = false }
5353

5454
[patch.crates-io]
5555
psa-crypto = { git = "https://github.com/malishav/rust-psa-crypto", branch = "baremetal" }

examples/lakers-no_std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ embedded-alloc = "0.5.0"
1515

1616
# cortex-m specifics
1717
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]}
18-
cortex-m-rt = "0.7.1"
18+
cortex-m-rt = "0.7.2"
1919
cortex-m-semihosting = "0.5.0"
2020
panic-semihosting = { version = "0.6.0", features = ["exit"] }
2121

lakers-python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lakers-python" # this will be the name of the package on pypi
33
edition = "2021"
4-
version ="0.4.0"
4+
version ="0.4.1"
55
repository.workspace = true
66
license.workspace = true
77

0 commit comments

Comments
 (0)