Skip to content

Commit

Permalink
Switch to the new node tag, release config
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Oct 3, 2024
1 parent 3b1dae9 commit 96952b3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ tokio = { version = "0.2", features = ["full"] }
thiserror = "1"

# For Release
#grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2" }
grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }
grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.2.2" }

# For bleeding edge
grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }

# For local testing
#grin_core = { path = "../../mwc-node/core"}
Expand Down

0 comments on commit 96952b3

Please sign in to comment.