Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed May 15, 2024
1 parent bbe65af commit 73d8a29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 5 additions & 13 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow= "1.0.58"
hex= "0.4.3"
stdcode = "0.1.10"

melwallet = { git = "https://github.com/mel-project/melwallet", branch = "check-balanced" }
#melwallet = { git = "https://github.com/mel-project/melwallet", branch = "check-balanced" }
num_cpus= "1.13.1"

fastrand= "1.8.0"
Expand All @@ -37,8 +37,10 @@ melstructs = "0.3.2"
melprot = "0.13.2"
# melprot = { path = "../melprot" }
melstf = "0.12.0"
melbootstrap = { git = "https://github.com/mel-project/melbootstrap" }
#melbootstrap = { git = "https://github.com/mel-project/melbootstrap" }
melvm = "0.1.1"
smolscale = "0.3.52"
parking_lot = "0.12.1"
bytes = "1.4.0"
melwallet = "0.1.2"
melbootstrap = "0.8.5"

0 comments on commit 73d8a29

Please sign in to comment.