From e091ca7ce5cce76f048d8a4f1eb7a3ae11833edc Mon Sep 17 00:00:00 2001 From: Restioson Date: Fri, 2 Feb 2024 09:23:18 +0200 Subject: [PATCH] Use xtra-macros from crates.io --- xtra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtra/Cargo.toml b/xtra/Cargo.toml index ec3de12..c4564a4 100644 --- a/xtra/Cargo.toml +++ b/xtra/Cargo.toml @@ -30,7 +30,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true, default-features = fa # Feature `instrumentation` tracing = { version = "0.1.35", optional = true, default-features = false } -macros = { package = "xtra-macros", path = "../macros", optional = true } +macros = { version = "0.6.0", optional = true } [dev-dependencies] rand = "0.8"