Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Release 1.0.0-alpha.1 (#219)
Browse files Browse the repository at this point in the history
* bump: dependencies version

* release: 1.0.0-alpha.1

* add: tmp fee
  • Loading branch information
aurexav authored Aug 11, 2020
1 parent 05efcb7 commit f2d372a
Show file tree
Hide file tree
Showing 27 changed files with 150 additions and 150 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/node-template/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Anonymous"]
description = "Darwinia Node template"
edition = "2018"
Expand All @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = { version = "0.3.5" }
jsonrpc-core = { version = "14.2.0" }
log = { version = "0.4.11" }
structopt = { version = "0.3.15" }
structopt = { version = "0.3.16" }
tokio = { version = "0.2.22", optional = true, features = ["rt-threaded"] }
# darwinia
darwinia-balances-rpc = { path = "../../../frame/balances/rpc" }
Expand Down
4 changes: 2 additions & 2 deletions bin/node-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template-runtime"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Anonymous"]
edition = "2018"
license = "Unlicense"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/darwinia-network/darwinia-common/"
[dependencies]
# crates
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false }
serde = { version = "1.0.114", optional = true }
serde = { version = "1.0.115", optional = true }
smallvec = { version = "1.4.1" }
static_assertions = { version = "1.1.0" }
# darwinia
Expand Down
4 changes: 2 additions & 2 deletions client/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-cli"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Darwinia Network <hello@darwinia.network>"]
description = "Darwinia CLI interface."
edition = "2018"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/darwinia-network/darwinia-common/"

[dependencies]
# crates
serde = { version = "1.0.114", features = ["derive"] }
serde = { version = "1.0.115", features = ["derive"] }
toml = { version = "0.5.6" }
# substrate
sc-cli = { git = "https://github.com/darwinia-network/substrate.git", tag = "v2.0.0-rc.darwinia.4" }
Expand Down
4 changes: 2 additions & 2 deletions frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-balances"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Darwinia Network <hello@darwinia.network>"]
description = "FRAME pallet to manage RING"
edition = "2018"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/darwinia-network/darwinia-common/"
[dependencies]
# crates
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false }
serde = { version = "1.0.114", optional = true }
serde = { version = "1.0.115", optional = true }
# darwinia
darwinia-balances-rpc-runtime-api = { default-features = false, path = "./rpc/runtime-api" }
darwinia-support = { default-features = false, path = "../support" }
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-balances-rpc"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Darwinia Network <hello@darwinia.network>"]
description = "Node-specific RPC methods for interaction with balances."
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions frame/balances/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-balances-rpc-runtime-api"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Darwinia Network <hello@darwinia.network>"]
description = "Runtime API definition required by balances RPC extensions."
edition = "2018"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/darwinia-network/darwinia-common/"
[dependencies]
# crates
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false }
serde = { version = "1.0.114", optional = true, features = ["derive"] }
serde = { version = "1.0.115", optional = true, features = ["derive"] }
# darwinia
darwinia-support = { default-features = false, path = "../../../support" }
# substrate
Expand Down
4 changes: 2 additions & 2 deletions frame/bridge/ethereum/backing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-ethereum-backing"
version = "0.6.4"
version = "1.0.0-alpha.1"
authors = ["Darwinia Network <hello@darwinia.network>"]
description = "FRAME pallet to backing Ethereum assets"
edition = "2018"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/darwinia-network/darwinia-common/"
[dependencies]
# crates
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
serde = { version = "1.0.114", optional = true }
serde = { version = "1.0.115", optional = true }
# darwinia
array-bytes = { default-features = false, path = "../../../../primitives/array-bytes" }
darwinia-support = { default-features = false, path = "../../../support" }
Expand Down
Loading

0 comments on commit f2d372a

Please sign in to comment.