forked from mimblewimble/grin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit cargo.lock (mimblewimble#2875)
* commit cargo.lock * rustfmt
- Loading branch information
Showing
10 changed files
with
4 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
[package] | ||
name = "grin" | ||
<<<<<<< HEAD | ||
version = "2.0.1-beta.1" | ||
======= | ||
version = "1.1.1-beta.1" | ||
>>>>>>> set version number to next (possible) 1.1.x version | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -36,23 +32,13 @@ term = "0.5" | |
failure = "0.1" | ||
failure_derive = "0.1" | ||
|
||
<<<<<<< HEAD | ||
grin_api = { path = "./api", version = "2.0.1-beta.1" } | ||
grin_config = { path = "./config", version = "2.0.1-beta.1" } | ||
grin_core = { path = "./core", version = "2.0.1-beta.1" } | ||
grin_keychain = { path = "./keychain", version = "2.0.1-beta.1" } | ||
grin_p2p = { path = "./p2p", version = "2.0.1-beta.1" } | ||
grin_servers = { path = "./servers", version = "2.0.1-beta.1" } | ||
grin_util = { path = "./util", version = "2.0.1-beta.1" } | ||
======= | ||
grin_api = { path = "./api", version = "1.1.1-beta.1" } | ||
grin_config = { path = "./config", version = "1.1.1-beta.1" } | ||
grin_core = { path = "./core", version = "1.1.1-beta.1" } | ||
grin_keychain = { path = "./keychain", version = "1.1.1-beta.1" } | ||
grin_p2p = { path = "./p2p", version = "1.1.1-beta.1" } | ||
grin_servers = { path = "./servers", version = "1.1.1-beta.1" } | ||
grin_util = { path = "./util", version = "1.1.1-beta.1" } | ||
>>>>>>> set version number to next (possible) 1.1.x version | ||
|
||
[target.'cfg(windows)'.dependencies] | ||
cursive = { version = "0.12", default-features = false, features = ["pancurses-backend"] } | ||
|
@@ -66,10 +52,5 @@ cursive = "0.12" | |
built = "0.3" | ||
|
||
[dev-dependencies] | ||
<<<<<<< HEAD | ||
grin_chain = { path = "./chain", version = "2.0.1-beta.1" } | ||
grin_store = { path = "./store", version = "2.0.1-beta.1" } | ||
======= | ||
grin_chain = { path = "./chain", version = "1.1.1-beta.1" } | ||
grin_store = { path = "./store", version = "1.1.1-beta.1" } | ||
>>>>>>> set version number to next (possible) 1.1.x version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters