Skip to content

Commit

Permalink
preppring 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badkk committed Jul 27, 2020
1 parent 3baef23 commit fb2f555
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cstrml/balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cstrml-balances"
version = "0.6.1"
version = "0.7.0"
authors = ["Crustio"]
edition = "2018"
license = "GPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions cstrml/market/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cstrml-market"
version = "0.6.1"
authors = ["Crustio"]
version = "0.7.0"
authors = ["crustio"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://crust.network"
Expand Down
4 changes: 2 additions & 2 deletions cstrml/payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cstrml-payment"
version = "0.6.1"
authors = ["Crustio"]
version = "0.7.0"
authors = ["crustio"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://crust.network"
Expand Down
4 changes: 2 additions & 2 deletions cstrml/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cstrml-staking"
version = "0.6.1"
authors = ["Crustio"]
version = "0.7.0"
authors = ["crustio"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://crust.network"
Expand Down
2 changes: 1 addition & 1 deletion cstrml/tee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cstrml-tee"
version = "0.6.1"
version = "0.7.0"
authors = ["crustio"]
edition = "2018"
license = "GPL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'crust'
version = '0.6.1'
version = '0.7.0'
authors = ['crustio']
build = 'build.rs'
edition = '2018'
Expand Down Expand Up @@ -42,10 +42,10 @@ sp-runtime = '2.0.0-rc4'
grandpa-primitives = { package = 'sp-finality-grandpa', version = '2.0.0-rc4' }

# crust runtime modules
crust-runtime = { path = '../runtime', version = '0.6.1' }
cstrml-staking = { path = '../cstrml/staking', version = '0.6.1' }
cstrml-tee = { path = '../cstrml/tee', version = '0.6.1' }
primitives = { package = 'cst-primitives', path = '../primitives', version = '0.6.1' }
crust-runtime = { path = '../runtime', version = '0.7.0' }
cstrml-staking = { path = '../cstrml/staking', version = '0.7.0' }
cstrml-tee = { path = '../cstrml/tee', version = '0.7.0' }
primitives = { package = 'cst-primitives', path = '../primitives', version = '0.7.0' }

[build-dependencies]
build-script-utils = { version = "2.0.0-rc4", package = "substrate-build-script-utils" }
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cst-primitives"
version = "0.6.1"
version = "0.7.0"
authors = ["crustio"]
edition = "2018"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['crustio']
edition = '2018'
name = 'crust-runtime'
version = '0.6.1'
version = '0.7.0'
build = 'build.rs'
license = "GPL-3.0"
homepage = "https://crust.network"
Expand Down

0 comments on commit fb2f555

Please sign in to comment.