Skip to content

Commit

Permalink
bump the build, switch build to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Jan 22, 2021
1 parent be32349 commit 4610d63
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwc713"
version = "4.0.0"
version = "4.1.0"
authors = ["vault713 devs"]
description = "A wallet that makes it easy to send, store, and swap MWC."
keywords = [ "grin", "mimblewimble", "rust", "crypto", "cryptocurrency" ]
Expand Down Expand Up @@ -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 = "prerebase_to_v5" }
#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "prerebase_to_v5" }
#grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
#grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
#grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
#grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
#grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
#grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "3.3.0" }
grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "4.2.2" }
grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.0" }
grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.0" }
grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.0" }
grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.0" }
grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.0" }
grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.1.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"}
Expand Down

0 comments on commit 4610d63

Please sign in to comment.