Skip to content

Commit

Permalink
forc-explore: forc-util dep version must be major.minor.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Apr 8, 2022
1 parent 061cc64 commit 35f942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-explore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "A `forc` plugin for running the fuel block explorer."
[dependencies]
anyhow = "1"
clap = { version = "3", features = ["derive"] }
forc-util = { version = "0.9", path = "../forc-util" }
forc-util = { version = "0.9.2", path = "../forc-util" }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
tar = "0.4"
Expand Down

0 comments on commit 35f942c

Please sign in to comment.