Skip to content

Commit

Permalink
update to rev on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Oct 24, 2024
1 parent 597da6b commit 029d589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ dependencies = [
[[package]]
name = "ewebsock"
version = "0.7.0"
source = "git+https://github.com/rerun-io/ewebsock?branch=jan/fix-sleep-delay#e439ba53477dbd7a0ec40531772dcab23e161060"
source = "git+https://github.com/rerun-io/ewebsock?rev=ac6552ecb70f058d81dd8fafaecd4b1daba24685#ac6552ecb70f058d81dd8fafaecd4b1daba24685"
dependencies = [
"document-features",
"js-sys",
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,5 @@ re_arrow2 = { git = "https://github.com/rerun-io/re_arrow2", rev = "e4717d6debc6
# Commit on `main` branch of `re_mp4`
re_mp4 = { git = "https://github.com/rerun-io/re_mp4", rev = "7d38361ee5b05f5a2b83a8029057c8a24d2e9023" }

ewebsock = { git = "https://github.com/rerun-io/ewebsock", branch = "jan/fix-sleep-delay" }
# Commit on `main` branch of `ewebsock`
ewebsock = { git = "https://github.com/rerun-io/ewebsock", rev = "ac6552ecb70f058d81dd8fafaecd4b1daba24685" }

0 comments on commit 029d589

Please sign in to comment.