Skip to content

Commit

Permalink
chore: remove star dependencies (delta-io#1139)
Browse files Browse the repository at this point in the history
# Description
Cargo will not publish without this.

# Related Issue(s)
<!---
For example:

- closes delta-io#106
--->

# Documentation

<!---
Share links to useful documentation
--->
  • Loading branch information
wjones127 authored Feb 12, 2023
1 parent bfdd9fc commit 48f99ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ default-features = false
optional = true

[dev-dependencies]
anyhow = "*"
anyhow = "1"
criterion = "0"
dotenvy = "0"
maplit = "1"
Expand Down

0 comments on commit 48f99ba

Please sign in to comment.