Skip to content

Commit

Permalink
cargo dependencies must have explicit version before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique Barchi committed Apr 3, 2022
1 parent 9503c5c commit 640476f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ bencher = "0.1"
avro-rs = {version = "0.13", features = ["snappy"]}
stats-cli = "2.0.0"
justconfig = "1.0"
tpe = "*"
anyhow = "*"
indicatif = "*"
tpe = "0.2.0"
anyhow = "1.0.53"
indicatif = "0.16.2"

0 comments on commit 640476f

Please sign in to comment.