Skip to content

Commit 0c8b9e8

Browse files
echevrierechevrier
and
echevrier
authored
break api: async support and clean up dependencies (#567)
break api: clean up trait bound, improve dispatch error, async support, break api: improve dispatch error, cleanup dependencies, rework of metadata break api: clean up trait bounds, cleanup dependencies break api: clean up trait bounds, support decoding events from the metadata, async support, Change generic types of traits to associated types breaks nothing break API: async support, clean up dependencies break API: improve dispacth error, clean up trait bounds, add next_events_from_metadata, expand chain api, make pallet dependencies optional cargo.lock changes from review Co-authored-by: echevrier <edith.chevrier@scs.ch>
1 parent 2787d72 commit 0c8b9e8

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.11.0"
3+
version = "0.12.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

client-keystore/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-client-keystore"
3-
version = "0.8.0"
3+
version = "0.9.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.3.0"
3+
version = "0.4.0"
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.3.0"
3+
version = "0.4.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.3.0"
3+
version = "0.4.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

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.6.0"
3+
version = "0.7.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

test-no-std/Cargo.toml

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

testing/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-testing"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)