|
1 | 1 | [package] |
2 | 2 | name = "str0m" |
3 | | -version = "0.20.0" |
| 3 | +version = "0.21.0" |
4 | 4 | authors = ["Martin Algesten <martin@algesten.se>", "Hugo Tunius <h@tunius.se>", "Davide Bertola <dade@dadeb.it>"] |
5 | 5 | description = "WebRTC library in Sans-IO style" |
6 | 6 | license = "MIT OR Apache-2.0" |
@@ -33,21 +33,21 @@ members = [ |
33 | 33 | "crypto/rust-crypto", |
34 | 34 | "crypto/openssl", |
35 | 35 | "crypto/apple-crypto", |
36 | | - "crypto/wincrypto", |
| 36 | + "crypto/wincrypto" |
37 | 37 | ] |
38 | 38 | exclude = ["crates/fuzz"] |
39 | 39 |
|
40 | 40 | [workspace.dependencies] |
41 | 41 | # Internal crates |
42 | | -str0m = { version = "0.20.0", path = ".", default-features = false } |
| 42 | +str0m = { version = "0.21.0", path = ".", default-features = false } |
43 | 43 | str0m-proto = { version = "0.6.0", path = "crates/proto", default-features = false } |
44 | 44 | is = { version = "0.10.0", path = "crates/is", default-features = false } |
45 | | -str0m-netem = { version = "0.2.0", path = "crates/netem" } |
46 | | -str0m-aws-lc-rs = { version = "0.4.1", path = "crypto/aws-lc-rs" } |
47 | | -str0m-rust-crypto = { version = "0.4.1", path = "crypto/rust-crypto" } |
48 | | -str0m-openssl = { version = "0.4.1", path = "crypto/openssl" } |
49 | | -str0m-apple-crypto = { version = "0.4.1", path = "crypto/apple-crypto" } |
50 | | -str0m-wincrypto = { version = "0.6.1", path = "crypto/wincrypto" } |
| 45 | +str0m-netem = { version = "0.3.0", path = "crates/netem" } |
| 46 | +str0m-aws-lc-rs = { version = "0.5.0", path = "crypto/aws-lc-rs" } |
| 47 | +str0m-rust-crypto = { version = "0.5.0", path = "crypto/rust-crypto" } |
| 48 | +str0m-openssl = { version = "0.5.0", path = "crypto/openssl" } |
| 49 | +str0m-apple-crypto = { version = "0.5.0", path = "crypto/apple-crypto" } |
| 50 | +str0m-wincrypto = { version = "0.7.0", path = "crypto/wincrypto" } |
51 | 51 | _str0m_test = { path = "crates/_str0m_test" } |
52 | 52 |
|
53 | 53 | # Core dependencies |
@@ -170,7 +170,7 @@ regex.workspace = true |
170 | 170 | rand.workspace = true |
171 | 171 |
|
172 | 172 | # Package rename not supported with workspace inheritance |
173 | | -netem = { package = "str0m-netem", version = "0.2.0", path = "crates/netem" } |
| 173 | +netem = { package = "str0m-netem", version = "0.3.0", path = "crates/netem" } |
174 | 174 |
|
175 | 175 | # dummy package that enables "_internal_test_exports" |
176 | 176 | _str0m_test = { path = "crates/_str0m_test" } |
|
0 commit comments