Skip to content

Commit

Permalink
Move dev local dependencies (commented)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Oct 8, 2024
1 parent 41da40f commit dc2f353
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ massa_wallet = { path = "./massa-wallet" }

# Massa projects dependencies
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs", "rev" = "48295f3bb23a17075b7be9b4c39f249ef77bef40" }
# massa-proto-rs = { path = "../massa-proto-rs" }
massa-sc-runtime = { git = "https://github.com/massalabs/massa-sc-runtime", "branch" = "feature/update_tonic_12_3_v2" }
# massa-sc-runtime = { path = "../massa-sc-runtime_3" }
peernet = { git = "https://github.com/massalabs/PeerNet", "rev" = "04b05ddd320fbe76cc858115af7b5fc28bdb8310" }
# Dev only - use local dependencies
# massa-proto-rs = { path = "../massa-proto-rs" }
# massa-sc-runtime = { path = "../massa-sc-runtime_3" }
# peernet = { path = "../peernet" }

# Common dependencies
transition = { git = "https://github.com/massalabs/transition.git", "rev" = "93fa3bf82f9f5ff421c78536879b7fd1b948ca75" }
Expand Down

0 comments on commit dc2f353

Please sign in to comment.