Skip to content

Commit 7f72e2e

Browse files
committed
str0m-openssl 0.1.1, str0m-wincrypto 0.3.1, str0m 0.14.1
1 parent 78de8d6 commit 7f72e2e

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.14.1
4+
35
* Configure sctp to not give up INIT/data retransmissions #791
46
* update sctp-proto to 0.6.0 #791
57
* wincrypto: queue data until handshake completes #787

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "str0m"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Martin Algesten <martin@algesten.se>", "Hugo Tunius <h@tunius.se>", "Davide Bertola <dade@dadeb.it>"]
55
description = "WebRTC library in Sans-IO style"
66
license = "MIT OR Apache-2.0"
@@ -63,14 +63,14 @@ str0m-proto = { version = "0.1.0", path = "proto" }
6363
# Crypto providers
6464
str0m-aws-lc-rs = { version = "0.1.0", path = "crypto/aws-lc-rs", optional = true }
6565
str0m-rust-crypto = { version = "0.1.0", path = "crypto/rust-crypto", optional = true }
66-
str0m-openssl = { version = "0.1.0", path = "crypto/openssl", optional = true }
66+
str0m-openssl = { version = "0.1.1", path = "crypto/openssl", optional = true }
6767

6868
[target.'cfg(target_vendor = "apple")'.dependencies]
6969
str0m-apple-crypto = { version = "0.1.0", path = "crypto/apple-crypto", optional = true }
7070

7171
[target.'cfg(windows)'.dependencies]
7272
# Windows Crypto (CNG + SChannel)
73-
str0m-wincrypto = { version = "0.3.0", path = "crypto/wincrypto", optional = true }
73+
str0m-wincrypto = { version = "0.3.1", path = "crypto/wincrypto", optional = true }
7474

7575
[dev-dependencies]
7676
rouille = { version = "3.6.2", features = [] }

crypto/openssl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "str0m-openssl"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Martin Algesten <martin@algesten.se>"]
55
description = "OpenSSL backend for str0m WebRTC"
66
license = "MIT OR Apache-2.0"

crypto/wincrypto/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/wincrypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "str0m-wincrypto"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Supporting crate for str0m"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/algesten/str0m"

0 commit comments

Comments
 (0)