Skip to content

Commit ab5c3a3

Browse files
committed
chore: Bump some crates version for release
1 parent 1b0efc6 commit ab5c3a3

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

crates/cestory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cestory"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55
resolver = "2"
66

standalone/chain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = '2021'
66
license = 'Unlicense'
77
name = 'cess-node'
88
repository = 'https://github.com/CESSProject/cess'
9-
version = '0.9.0'
9+
version = '0.10.0'
1010

1111
[package.metadata.docs.rs]
1212
targets = ["x86_64-unknown-linux-gnu"]

standalone/chain/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition.workspace = true
44
license = "Unlicense"
55
name = "cess-node-runtime"
66
repository = "https://github.com/CESSProject/cess"
7-
version = "0.10.2"
7+
version = "0.11.0"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

standalone/teeworker/ceseal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "ceseal"
4-
version = "0.4.1"
4+
version = "0.5.0"
55
build = "build.rs"
66

77
# FIXME: Cargo workspace currently does not support setting the `panic` strategy for individual packages;

standalone/teeworker/handover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "handover"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55

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

0 commit comments

Comments
 (0)