Skip to content

Commit

Permalink
fix: use groestlcoin_slices 0.7.0 instead of git url
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 21, 2024
1 parent 87f7890 commit f88f731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
groestlcoin = { version = "0.31.0", features = ["serde", "rand-std"] }
groestlcoin_slices = { git = "https://github.com/Groestlcoin/groestlcoin_slices.git", branch = "groestlcoin", features = ["groestlcoin", "sha2"] } # , version = "0.7"
groestlcoin_slices = { version = "0.7.0", features = ["groestlcoin", "sha2"] }
groestlcoincore-rpc = "0.18.0"
configure_me = "0.4"
crossbeam-channel = "0.5"
Expand Down

0 comments on commit f88f731

Please sign in to comment.