Skip to content

Commit

Permalink
Merge pull request openwsn-berkeley#214 from geonnave/bump-version-0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
geonnave authored Feb 8, 2024
2 parents 11ff1ef + 0d0f55f commit ff3beb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.4.1"
version = "0.5.0"
repository = "https://github.com/openwsn-berkeley/lakers/"
license = "BSD-3-Clause"
readme = "shared/README.md"

[workspace.dependencies]

lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.4.1" }
lakers-ead = { package = "lakers-ead-dispatch", path = "ead/", version = "^0.4.1", default-features = false }
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.4.1" }
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.5.0" }
lakers-ead = { package = "lakers-ead-dispatch", path = "ead/", version = "^0.5.0", default-features = false }
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.5.0" }
lakers-crypto = { path = "crypto/" }

lakers-crypto-cc2538 = { path = "crypto/lakers-crypto-cc2538/" }
lakers-crypto-cryptocell310 = { path = "crypto/lakers-crypto-cryptocell310-sys/" }
# lakers-crypto-hacspec = { path = "crypto/lakers-crypto-hacspec/" }
lakers-crypto-psa = { path = "crypto/lakers-crypto-psa/" }
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.4.1" }
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.5.0" }

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

[patch.crates-io]
# hacspec-lib = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
Expand Down
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.1.2"
version ="0.1.3"
repository.workspace = true
license.workspace = true

Expand Down

0 comments on commit ff3beb1

Please sign in to comment.