From e7dd2664708409ef3398c77caa0e47a1424a1645 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Wed, 21 Feb 2024 15:39:37 +0100 Subject: [PATCH] Bump av-data to ^0.4.2 This enforces using a version without syn v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 023e8c5..6a1ee85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["fastmath"] fastmath = [] [dependencies] -av-data = "0.4.1" +av-data = "0.4.2" log = "0.4.17" num-traits = "0.2.15" paste = "1.0.9"