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 229bef7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = { package = "xtra-macros", version = "0.6.0", optional = true }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 229bef7

Please sign in to comment.