Skip to content

Commit ea9e805

Browse files
committed
chore: bump to 0.2.16
1 parent dc40515 commit ea9e805

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ 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 = "patch/0.11.1", default-features = false, features = ["openssl", "vendored", "sha1"] }
39-
str0m = { git = "https://github.com/algesten/str0m.git", rev = "2014cbb54358f45cc0a52adfa590f0020a972a9b", 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"] }
39+
# 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

4242
# [patch.crates-io]
4343
# str0m = { path = "../str0m" }
44+
# [patch."https://github.com/algesten/str0m.git"]
45+
# str0m = { path = "../str0m" }
4446
# [patch."https://github.com/PulseBeamDev/str0m.git"]
4547
# str0m = { path = "../str0m" }
4648

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.15"
3+
version = "0.2.16"
44

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

0 commit comments

Comments
 (0)