Skip to content

Commit

Permalink
Improve version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Apr 3, 2024
1 parent a613435 commit 3c85911
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 @@ -34,7 +34,7 @@ serde_json = "1.0.*"
thiserror = "1.0.*"
pin-project = "1.1.*"
futures-core = "0.3.*"
quick-xml = { version = "0.31.0", features = ["serialize"] }
quick-xml = { version = "0.31.*", features = ["serialize"] }
clust_macros = { path = "clust_macros", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 3c85911

Please sign in to comment.