From 8abae4624f78fb93f5df633402fe4f931d7fcb5d Mon Sep 17 00:00:00 2001 From: mochi-neko Date: Wed, 3 Apr 2024 15:26:24 +0900 Subject: [PATCH] Fix version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 242f4a8..bac3788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ thiserror = "1.0.*" pin-project = "1.1.*" futures-core = "0.3.*" quick-xml = { version = "0.31.*", features = ["serialize"] } -clust_macros = { version = "0.7.*", optional = true } +clust_macros = { version = "0.7.0", optional = true } [dev-dependencies] anyhow = "1.0.80"