@@ -34,25 +34,25 @@ default-members = [
34
34
resolver = " 2"
35
35
36
36
[workspace .package ]
37
- version = " 0.4.0-alpha.1 "
37
+ version = " 0.4.0"
38
38
repository = " https://github.com/openwsn-berkeley/edhoc-rs/"
39
39
license = " BSD-3-Clause"
40
40
41
41
[workspace .dependencies ]
42
42
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" }
47
47
lakers-crypto = { path = " crypto/" }
48
48
49
49
lakers-crypto-cc2538 = { path = " crypto/lakers-crypto-cc2538/" }
50
50
lakers-crypto-cryptocell310 = { path = " crypto/lakers-crypto-cryptocell310-sys/" }
51
51
lakers-crypto-hacspec = { path = " crypto/lakers-crypto-hacspec/" }
52
52
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" }
54
54
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 }
56
56
57
57
[patch .crates-io ]
58
58
hacspec-lib = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
0 commit comments