Skip to content

Commit 7e5962b

Browse files
authored
Update .toml version (#409)
* update toml versions * Update Cargo.toml * update .lock
1 parent b157a95 commit 7e5962b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.8.0"
3+
version = "0.9.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
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.1"
3+
version = "0.2.2"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

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.1"
3+
version = "0.2.2"
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.3.0"
3+
version = "0.4.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)