Skip to content

Commit

Permalink
Merge branch 'master' into scan-result-blob-robonode-server
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov authored Jul 10, 2024
2 parents c7c7c01 + 545e045 commit f34e640
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 460 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 118,
spec_version: 119,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
14 changes: 7 additions & 7 deletions utils/checks/snapshots/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
features:
- default
- std
- name: async-trait 0.1.80
- name: async-trait 0.1.81
features: []
- name: asynchronous-codec 0.6.2
features:
Expand Down Expand Up @@ -358,7 +358,7 @@
- clang_6_0
- libloading
- runtime
- name: clap 4.5.7
- name: clap 4.5.9
features:
- color
- default
Expand All @@ -370,7 +370,7 @@
- string
- suggestions
- usage
- name: clap_builder 4.5.7
- name: clap_builder 4.5.9
features:
- color
- deprecated
Expand All @@ -380,7 +380,7 @@
- string
- suggestions
- usage
- name: clap_derive 4.5.5
- name: clap_derive 4.5.8
features:
- default
- deprecated
Expand Down Expand Up @@ -1583,7 +1583,7 @@
features:
- atomic_usize
- default
- name: log 0.4.21
- name: log 0.4.22
features:
- std
- name: lru 0.12.3
Expand Down Expand Up @@ -2798,7 +2798,7 @@
- name: serde_derive 1.0.203
features:
- default
- name: serde_json 1.0.117
- name: serde_json 1.0.120
features:
- alloc
- default
Expand Down Expand Up @@ -3295,7 +3295,7 @@
- quote
- visit
- visit-mut
- name: syn 2.0.68
- name: syn 2.0.69
features:
- clone-impls
- default
Expand Down
Loading

0 comments on commit f34e640

Please sign in to comment.