Skip to content

Commit b8915f2

Browse files
committed
fix: off-by-one nack bug
1 parent 4636b8e commit b8915f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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: 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 = "patch/main", default-features = false, features = ["openssl", "vendored", "sha1"] }
38+
str0m = { git = "https://github.com/PulseBeamDev/str0m.git", branch = "fix/off-by-one", 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

0 commit comments

Comments
 (0)