Skip to content

Commit

Permalink
update rev
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Oct 22, 2024
1 parent d9d235f commit 7e3bdf1
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 @@ -5555,7 +5555,7 @@ dependencies = [
[[package]]
name = "re_mp4"
version = "0.1.0"
source = "git+https://github.com/rerun-io/re_mp4?branch=jan/zerocopy#6e322d15c07432dda8279f70b4145fa0f9b3057b"
source = "git+https://github.com/rerun-io/re_mp4?rev=7d38361ee5b05f5a2b83a8029057c8a24d2e9023#7d38361ee5b05f5a2b83a8029057c8a24d2e9023"
dependencies = [
"byteorder",
"bytes",
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,5 @@ re_arrow2 = { git = "https://github.com/rerun-io/re_arrow2", rev = "e4717d6debc6

# dav1d = { path = "/home/cmc/dev/rerun-io/rav1d", package = "re_rav1d", version = "0.1.1" }

re_mp4 = { git = "https://github.com/rerun-io/re_mp4", branch = "jan/zerocopy" }
# Commit on `main` branch of `re_mp4`
re_mp4 = { git = "https://github.com/rerun-io/re_mp4", rev = "7d38361ee5b05f5a2b83a8029057c8a24d2e9023" }

0 comments on commit 7e3bdf1

Please sign in to comment.