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

Commit

Permalink
build: build muta v0.2.0 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
LycrusHamster authored Sep 15, 2020
1 parent 93c551e commit eca7cde
Show file tree
Hide file tree
Showing 27 changed files with 568 additions and 26 deletions.
542 changes: 542 additions & 0 deletions CHANGELOG/CHANGELOG-0.2.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion binding-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binding-macro"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asset"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/authorization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "authorization"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metadata"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/multi-signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-signature"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "util"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion byzantine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byzantine"
version = "0.0.1-alpha.0"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/apm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-apm"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-channel"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/config-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-config-parser"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-crypto"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-logger"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/merkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-merkle"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-pubsub"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-api"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion core/consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-consensus"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/mempool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-mempool"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-network"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/run/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "run"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion core/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-storage"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion devtools/keypair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta-keypair"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
include = ["Cargo.toml", "src/*"]
Expand Down
2 changes: 1 addition & 1 deletion examples/muta-chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn main() {
muta::run(
DefaultServiceMapping,
"muta-chain",
"v0.2.0-rc.2.1",
"v0.2.0",
"Muta Dev <[email protected]>",
None,
)
Expand Down
2 changes: 1 addition & 1 deletion framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framework"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta-protocol"
version = "0.2.0-rc.2.1"
version = "0.2.0"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down

0 comments on commit eca7cde

Please sign in to comment.