Skip to content

Commit 0212b50

Browse files
authored
Merge pull request #172 from openwsn-berkeley/bump-version
Bump version to 0.4.0
2 parents e8c752b + f9b2083 commit 0212b50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ default-members = [
3434
resolver = "2"
3535

3636
[workspace.package]
37-
version = "0.4.0-alpha.1"
37+
version = "0.4.0"
3838
repository = "https://github.com/openwsn-berkeley/edhoc-rs/"
3939
license = "BSD-3-Clause"
4040

4141
[workspace.dependencies]
4242

43-
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.4.0-alpha.1" }
44-
lakers-ead = { package = "lakers-ead-dispatch", path = "ead/", version = "^0.4.0-alpha.1", default-features = false }
45-
lakers-ead-none = { package = "lakers-ead-none", path = "ead/lakers-ead-none/", version = "^0.4.0-alpha.1" }
46-
lakers-ead-zeroconf = { package = "lakers-ead-zeroconf", path = "ead/lakers-ead-zeroconf/", version = "^0.4.0-alpha.1" }
43+
lakers-shared = { package = "lakers-shared", path = "shared/", version = "^0.4.0" }
44+
lakers-ead = { package = "lakers-ead-dispatch", path = "ead/", version = "^0.4.0", default-features = false }
45+
lakers-ead-none = { package = "lakers-ead-none", path = "ead/lakers-ead-none/", version = "^0.4.0" }
46+
lakers-ead-zeroconf = { package = "lakers-ead-zeroconf", path = "ead/lakers-ead-zeroconf/", version = "^0.4.0" }
4747
lakers-crypto = { path = "crypto/" }
4848

4949
lakers-crypto-cc2538 = { path = "crypto/lakers-crypto-cc2538/" }
5050
lakers-crypto-cryptocell310 = { path = "crypto/lakers-crypto-cryptocell310-sys/" }
5151
lakers-crypto-hacspec = { path = "crypto/lakers-crypto-hacspec/" }
5252
lakers-crypto-psa = { path = "crypto/lakers-crypto-psa/" }
53-
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.4.0-alpha.1" }
53+
lakers-crypto-rustcrypto = { package = "lakers-crypto-rustcrypto", path = "crypto/lakers-crypto-rustcrypto/", version = "^0.4.0" }
5454

55-
edhoc-rs = { package = "lakers", path = "lib/", version = "^0.4.0-alpha.1", default-features = false }
55+
edhoc-rs = { package = "lakers", path = "lib/", version = "^0.4.0", default-features = false }
5656

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

0 commit comments

Comments
 (0)