Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Apr 3, 2024
1 parent fab6206 commit baa4f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = "1.0.*"
pin-project = "1.1.*"
futures-core = "0.3.*"
quick-xml = { version = "0.31.*", features = ["serialize"] }
clust_macros = { path = "clust_macros", optional = true }
clust_macros = { version = "0.7.*", optional = true }

[dev-dependencies]
anyhow = "1.0.80"
Expand Down

0 comments on commit baa4f8a

Please sign in to comment.