diff --git a/Cargo.toml b/Cargo.toml index 5a8c9f0f..a5133dc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/lakers-python/Cargo.toml b/lakers-python/Cargo.toml index 2d4768fd..7a5c3d65 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.1.2" +version ="0.1.3" repository.workspace = true license.workspace = true