Skip to content

Commit

Permalink
fix: wildcard dependencies are not allowed on crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Jan 24, 2025
1 parent f67e828 commit 017ae25
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 @@ -59,7 +59,7 @@ datafusion-sql = { version = "44" }
# serde
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1"
strum = { version = "*"}
strum = { version = "0"}


# "stdlib"
Expand Down

0 comments on commit 017ae25

Please sign in to comment.