From 83714a3209a414e849842a91fa3be042bc794b14 Mon Sep 17 00:00:00 2001 From: Crossedfall Date: Fri, 8 Dec 2023 20:46:33 -0600 Subject: [PATCH] Bumps the version of auxmos to support newer versions of 515 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca93adb..f9701c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "auxtools" version = "0.1.0" -source = "git+https://github.com/willox/auxtools#6be979bf5b6bfe97d11ddf527b77008d7ee665f3" +source = "git+https://github.com/willox/auxtools#e07e4e85219be8da5c88f4a6e173f9c620d6ca8e" dependencies = [ "ahash 0.7.6", "auxtools-impl", @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "auxtools-impl" version = "0.1.0" -source = "git+https://github.com/willox/auxtools#6be979bf5b6bfe97d11ddf527b77008d7ee665f3" +source = "git+https://github.com/willox/auxtools#e07e4e85219be8da5c88f4a6e173f9c620d6ca8e" dependencies = [ "hex", "proc-macro2",