From d6642e4e67b584fa9768c82e0749a308366a2cda Mon Sep 17 00:00:00 2001 From: Alex Norman Date: Wed, 25 Jun 2025 12:52:45 -0700 Subject: [PATCH] move median dep back to Cycling74's repo --- app/Cargo.lock | 8 ++++---- app/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Cargo.lock b/app/Cargo.lock index c55d6d3..ba5ecba 100644 --- a/app/Cargo.lock +++ b/app/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -707,12 +707,12 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "max-sys" version = "0.1.0" -source = "git+https://github.com/eilseq/median.git?branch=develop#998201a82cf097934036a4bd625bbd1274838696" +source = "git+https://github.com/Cycling74/median.git?branch=develop#8db816fa9874b851bb580475648bc82736a3e2af" [[package]] name = "median" version = "0.1.1" -source = "git+https://github.com/eilseq/median.git?branch=develop#998201a82cf097934036a4bd625bbd1274838696" +source = "git+https://github.com/Cycling74/median.git?branch=develop#8db816fa9874b851bb580475648bc82736a3e2af" dependencies = [ "field-offset", "lazy_static", @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "median_macros" version = "0.1.0" -source = "git+https://github.com/eilseq/median.git?branch=develop#998201a82cf097934036a4bd625bbd1274838696" +source = "git+https://github.com/Cycling74/median.git?branch=develop#8db816fa9874b851bb580475648bc82736a3e2af" dependencies = [ "proc-macro2", "quote", diff --git a/app/Cargo.toml b/app/Cargo.toml index d961715..60f272e 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -9,7 +9,7 @@ name = "dice" crate-type = ["cdylib"] [dependencies] -median = { git = "https://github.com/eilseq/median.git", branch = "develop" } +median = { git = "https://github.com/Cycling74/median.git", branch = "develop" } wonnx = "0.5.1" futures = "0.3.31" maplit = "1.0"