Skip to content

Commit

Permalink
Merge pull request #83 from sacherjj/fix-wildcard-dependency
Browse files Browse the repository at this point in the history
Removing wildcard dependencies to allow cargo publish.
  • Loading branch information
sacherjj authored Jul 4, 2023
2 parents 3021c07 + 4653f87 commit 438b660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ doc = false
async-trait = "0.1.59"
base16 = "0.2.1"
base64 = "0.13.1"
casper-hashing = "*"
casper-types = { version = "*", features = ["std"] }
casper-hashing = "2.0.0"
casper-types = { version = "3.0.0", features = ["std"] }
clap = { version = "4", features = ["cargo", "deprecated", "wrap_help"] }
clap_complete = "4"
derp = "0.0.14"
Expand Down

0 comments on commit 438b660

Please sign in to comment.