Skip to content

Commit 07ed77d

Browse files
authored
update .toml versions (#446)
1 parent 7dd79e4 commit 07ed77d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "substrate-api-client"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

compose-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-compose-macros"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

node-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-node-api"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
license = "Apache-2.0"
55
edition = "2021"
66

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-primitives"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)