From 5c8b1723a4e900909f0f8e34e6c1e7f4eb649525 Mon Sep 17 00:00:00 2001 From: Redzic Date: Sun, 26 Jun 2022 01:12:29 -0500 Subject: [PATCH] try to allow other people to build without local paths --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c8bf86684..1e8616179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "av-scenechange" version = "0.7.2" -source = "git+https://github.com/redzic/av-scenechange?branch=zerocopy#0e723bd6f5c7e44b4e42a532661655be632d98c5" +source = "git+https://github.com/redzic/av-scenechange?branch=zerocopy#a498f6f13ccafc76b1c1256950f1f9154ae4189e" dependencies = [ "anyhow", "av-metrics-decoders",