Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: release v0.2.0-beta.2 version (#251)
Browse files Browse the repository at this point in the history
* release beta.2 version

* change version
  • Loading branch information
Eason Gao authored Oct 8, 2021
1 parent 334f817 commit d10c1a0
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 64 deletions.
81 changes: 40 additions & 41 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "mercury"
description = "Building on top of ckb-indexer, mercury provides handy integration features for Nervos CKB."
version = "0.2.0-beta.1"
authors = ["Eason Gao <[email protected]>, Xuejie Xiao <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion apm/tracing-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tracing-derive"
version = "0.1.0"
authors = ["KaoImin <[email protected]>"]
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion apm/tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tracing"
version = "0.1.0"
authors = ["KaoImin <[email protected]>"]
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "common"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-cli"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-extensions"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion core/inspection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inspection"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-rpc"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-service"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-storage"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions core/synchronization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-synchronization"
version = "0.2.0-beta.1"
authors = ["KaoImin <[email protected]>"]
version = "0.2.0-beta.2"
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion db/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "protocol"
version = "0.1.0"
authors = ["KaoImin <[email protected]>"]
authors = ["Nervos Network"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit d10c1a0

Please sign in to comment.