Skip to content

Commit

Permalink
add version to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 12, 2024
1 parent bd083b9 commit a943b9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ tokio = { version = "0.2", features = ["full"] }
thiserror = "1"

# For Release
mwc_core = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_util = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_api = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_store = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "5.3.3" }
mwc_core = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_keychain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_chain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_util = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_api = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_store = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }
mwc_p2p = { git = "https://github.com/mwcproject/mwc-node", version="5.3.3", tag = "5.3.3" }

# For bleeding edge
#mwc_core = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
Expand Down

0 comments on commit a943b9b

Please sign in to comment.