Skip to content

Commit bc5282f

Browse files
committed
chore: bump to 0.2.17
1 parent b8915f2 commit bc5282f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracing = "0.1"
3535
futures = "0.3.31"
3636
rand = "0.9"
3737
bytes = "1.10.1"
38-
str0m = { git = "https://github.com/PulseBeamDev/str0m.git", branch = "fix/off-by-one", default-features = false, features = ["openssl", "vendored", "sha1"] }
38+
str0m = { git = "https://github.com/PulseBeamDev/str0m.git", branch = "patch/main", default-features = false, features = ["openssl", "vendored", "sha1"] }
3939
# str0m = { git = "https://github.com/algesten/str0m.git", rev = "2014cbb54358f45cc0a52adfa590f0020a972a9b", default-features = false, features = ["openssl", "vendored", "sha1"] }
4040
# str0m = { version = "0.11.1", default-features = false, features = ["openssl", "vendored", "sha1"] }
4141

pulsebeam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pulsebeam"
3-
version = "0.2.16"
3+
version = "0.2.17"
44

55
edition.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)