Skip to content

Commit 3b0cc24

Browse files
author
Yeastplume
authored
Versioning updates for alpha release (#727)
1 parent 6566fc1 commit 3b0cc24

File tree

8 files changed

+253
-242
lines changed

8 files changed

+253
-242
lines changed

Cargo.lock

Lines changed: 203 additions & 192 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ grin_wallet_util = { path = "./util", version = "5.4.0-alpha.1" }
4141
##### Grin Imports
4242

4343
# For Release
44-
# grin_core = "5.4.0-alpha.1"
45-
# grin_keychain = "5.4.0-alpha.1"
46-
# grin_util = "5.4.0-alpha.1"
47-
# grin_api = "5.4.0-alpha.1"
44+
grin_core = "5.3.3"
45+
grin_keychain = "5.3.3"
46+
grin_util = "5.3.3"
47+
grin_api = "5.3.3"
4848

4949
# For beta release
5050

@@ -54,10 +54,10 @@ grin_wallet_util = { path = "./util", version = "5.4.0-alpha.1" }
5454
# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
5555

5656
# For bleeding edge
57-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
58-
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
59-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
60-
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
57+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
58+
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
59+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
60+
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
6161

6262
# For local testing
6363
# grin_core = { path = "../grin/core"}

api/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ grin_wallet_util = { path = "../util", version = "5.4.0-alpha.1" }
3030
##### Grin Imports
3131

3232
# For Release
33-
# grin_core = "5.4.0-alpha.1"
34-
# grin_keychain = "5.4.0-alpha.1"
35-
# grin_util = "5.4.0-alpha.1"
33+
grin_core = "5.3.3"
34+
grin_keychain = "5.3.3"
35+
grin_util = "5.3.3"
3636

3737
# For beta release
3838

@@ -41,9 +41,9 @@ grin_wallet_util = { path = "../util", version = "5.4.0-alpha.1" }
4141
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
4242

4343
# For bleeding edge
44-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
45-
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
46-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
44+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
45+
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
46+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
4747

4848
# For local testing
4949
# grin_core = { path = "../../grin/core"}

config/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ grin_wallet_util = { path = "../util", version = "5.4.0-alpha.1" }
2121
##### Grin Imports
2222

2323
# For Release
24-
# grin_core = "5.4.0-alpha.1"
25-
# grin_util = "5.4.0-alpha.1"
24+
grin_core = "5.3.3"
25+
grin_util = "5.3.3"
2626

2727
# For beta release
2828

2929
#grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
3030
#grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
3131

3232
# For bleeding edge
33-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
34-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
33+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
34+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
3535

3636
# For local testing
3737
# grin_core = { path = "../../grin/core"}

controller/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ grin_wallet_config = { path = "../config", version = "5.4.0-alpha.1" }
3939
##### Grin Imports
4040

4141
# For Release
42-
# grin_core = "5.4.0-alpha.1"
43-
# grin_keychain = "5.4.0-alpha.1"
44-
# grin_util = "5.4.0-alpha.1"
45-
# grin_api = "5.4.0-alpha.1"
42+
grin_core = "5.3.3"
43+
grin_keychain = "5.3.3"
44+
grin_util = "5.3.3"
45+
grin_api = "5.3.3"
4646

4747
# For beta release
4848

@@ -52,10 +52,10 @@ grin_wallet_config = { path = "../config", version = "5.4.0-alpha.1" }
5252
# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
5353

5454
# For bleeding edge
55-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
56-
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
57-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
58-
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
55+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
56+
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
57+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
58+
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
5959

6060
# For local testing
6161
# grin_core = { path = "../../grin/core"}
@@ -72,14 +72,14 @@ remove_dir_all = "0.7"
7272
##### Grin Imports
7373

7474
# For Release
75-
# grin_chain = "5.4.0-alpha.1"
75+
grin_chain = "5.3.3"
7676

7777
# For beta release
7878

7979
# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
8080

8181
# For bleeding edge
82-
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
82+
# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
8383

8484
# For local testing
8585
# grin_chain = { path = "../../grin/chain"}

impls/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ grin_wallet_libwallet = { path = "../libwallet", version = "5.4.0-alpha.1" }
4343
##### Grin Imports
4444

4545
# For Release
46-
# grin_core = "5.4.0-alpha.1"
47-
# grin_keychain = "5.4.0-alpha.1"
48-
# grin_chain = "5.4.0-alpha.1"
49-
# grin_util = "5.4.0-alpha.1"
50-
# grin_api = "5.4.0-alpha.1"
51-
# grin_store = "5.4.0-alpha.1"
46+
grin_core = "5.3.3"
47+
grin_keychain = "5.3.3"
48+
grin_chain = "5.3.3"
49+
grin_util = "5.3.3"
50+
grin_api = "5.3.3"
51+
grin_store = "5.3.3"
5252

5353
# For beta release
5454

@@ -60,12 +60,12 @@ grin_wallet_libwallet = { path = "../libwallet", version = "5.4.0-alpha.1" }
6060
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
6161

6262
# For bleeding edge
63-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
64-
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
65-
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
66-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
67-
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
68-
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
63+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
64+
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
65+
# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
66+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
67+
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
68+
# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
6969

7070
# For local testing
7171
# grin_core = { path = "../../grin/core"}

libwallet/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ grin_wallet_config = { path = "../config", version = "5.4.0-alpha.1" }
4646
##### Grin Imports
4747

4848
# For Release
49-
# grin_core = "5.4.0-alpha.1"
50-
# grin_keychain = "5.4.0-alpha.1"
51-
# grin_util = "5.4.0-alpha.1"
52-
# grin_store = "5.4.0-alpha.1"
49+
grin_core = "5.3.3"
50+
grin_keychain = "5.3.3"
51+
grin_util = "5.3.3"
52+
grin_store = "5.3.3"
5353

5454
# For beta release
5555

@@ -59,10 +59,10 @@ grin_wallet_config = { path = "../config", version = "5.4.0-alpha.1" }
5959
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
6060

6161
# For bleeding edge
62-
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
63-
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
64-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
65-
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
62+
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
63+
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
64+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
65+
# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
6666

6767
# For local testing
6868
# grin_core = { path = "../../grin/core"}

util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ thiserror = "1"
2121
##### Grin Imports
2222

2323
# For Release
24-
# grin_util = "5.4.0-alpha.1"
24+
grin_util = "5.3.3"
2525

2626
# For beta release
2727

2828
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
2929

3030
# For bleeding edge
31-
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
31+
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
3232

3333
# For local testing
3434

0 commit comments

Comments
 (0)