diff --git a/Cargo.toml b/Cargo.toml index 7998221..6ace1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mwc713" -version = "4.3.1" +version = "4.4.0" authors = ["vault713 devs"] description = "A wallet that makes it easy to send, store, and swap MWC." keywords = [ "grin", "mimblewimble", "rust", "crypto", "cryptocurrency" ] @@ -56,34 +56,34 @@ zip = { version = "0.5", features = ["deflate"] } ed25519-dalek = "1.0.0-pre.4" # Release -#grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" } -#grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } -#grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } -#grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } -#grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } -#grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } -#grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" } +grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" } +grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } +grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } +grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } +grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } +grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } +grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" } # For bleeding edge -grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } -grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } -grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } -grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } -grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } -grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } -grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "master" } +#grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } +#grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" } # For local testing #grin_api = { path = "../mwc-node/api"}