Skip to content

Commit

Permalink
Merge pull request openwsn-berkeley#292 from geonnave/release-v0.6.2
Browse files Browse the repository at this point in the history
Release: rust 0.6.2 and python 0.3.3
  • Loading branch information
geonnave authored Jun 24, 2024
2 parents 6af24b7 + 1851e71 commit 9d20330
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.6.1"
version = "0.6.2"
repository = "https://github.com/openwsn-berkeley/lakers/"
license = "BSD-3-Clause"
readme = "shared/README.md"
Expand All @@ -39,16 +39,16 @@ categories = [ "no-std::no-alloc", "network-programming", "embedded" ]

[workspace.dependencies]

lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.6.1" }
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.6.2" }

lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.6.1" }
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.6.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.6.1" }
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.6.2" }

lakers = { package = "lakers", path = "lib/", version = "^0.6.1", default-features = false }
lakers = { package = "lakers", path = "lib/", version = "^0.6.2", default-features = false }

[patch.crates-io]
psa-crypto = { git = "https://github.com/malishav/rust-psa-crypto", branch = "baremetal" }
1 change: 0 additions & 1 deletion examples/lakers-no_std/rust-toolchain

This file was deleted.

1 change: 1 addition & 0 deletions examples/lakers-no_std/rust-toolchain
2 changes: 1 addition & 1 deletion lakers-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lakers-python" # this will be the name of the package on pypi
edition = "2021"
version ="0.3.2"
version ="0.3.3"
repository.workspace = true
license.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2024-06-22

0 comments on commit 9d20330

Please sign in to comment.