Skip to content

Commit

Permalink
Merge pull request #173 from openwsn-berkeley/bump-version-0.4.1
Browse files Browse the repository at this point in the history
Bump version to 0.4.1
  • Loading branch information
geonnave authored Dec 12, 2023
2 parents db0098f + d9fde04 commit 422eff1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.4.0"
version = "0.4.1"
repository = "https://github.com/openwsn-berkeley/edhoc-rs/"
license = "BSD-3-Clause"

[workspace.dependencies]

lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.4.0" }
lakers-ead = { package = "lakers-ead-dispatch", path = "ead/", version = "^0.4.0", default-features = false }
lakers-ead-none = { package = "lakers-ead-none", path = "ead/lakers-ead-none/", version = "^0.4.0" }
lakers-ead-zeroconf = { package = "lakers-ead-zeroconf", path = "ead/lakers-ead-zeroconf/", version = "^0.4.0" }
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-none = { package = "lakers-ead-none", path = "ead/lakers-ead-none/", version = "^0.4.1" }
lakers-ead-zeroconf = { package = "lakers-ead-zeroconf", path = "ead/lakers-ead-zeroconf/", version = "^0.4.1" }
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.0" }
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.4.1" }

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

[patch.crates-io]
hacspec-lib = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
Expand Down

0 comments on commit 422eff1

Please sign in to comment.