From a4d7ecc96f7621f52abe1b03a6d636a79fe28961 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 8 Oct 2024 15:20:46 +0200 Subject: [PATCH] Update re_mp4 to main --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b11278e09bb5..bfc5adcfa9f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -551,7 +551,7 @@ missing_errors_doc = "allow" # egui_commonmark = { git = "https://github.com/rerun-io/egui_commonmark", rev = "7a9dc755bfa351a3796274cb8ca87129b051c084" } # https://github.com/lampsitter/egui_commonmark/pull/65 -re_mp4 = { git = "https://github.com/rerun-io/re_mp4", rev = "b98a60b1741fc4bea18e2a91d74e3fa850089bac" } # TODO: merge PR +re_mp4 = { git = "https://github.com/rerun-io/re_mp4", rev = "8614aae24a7a39a5e7de615d83dbcbfadde7f606" } # main 2024-10-08 # re_mp4 = { path = "../re_mp4" } # commit on `rerun-io/re_arrow2` `main` branch