Skip to content

Commit

Permalink
Use xtra-macros from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Feb 2, 2024
1 parent c81f871 commit 0f8498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f8498d

Please sign in to comment.