difftreelog
up version
in: master
4 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4925,7 +4925,7 @@
[[package]]
name = "nft"
-version = "3.0.0"
+version = "0.9.12"
dependencies = [
"cumulus-client-cli",
"cumulus-client-collator",
@@ -5059,7 +5059,7 @@
[[package]]
name = "nft-runtime"
-version = "3.0.0"
+version = "0.9.12"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
node/cli/Cargo.tomldiffbeforeafterboth233233234[dependencies.nft-runtime]234[dependencies.nft-runtime]235path = '../../runtime'235path = '../../runtime'236version = '3.0.0'236version = '0.9.12'237237238[dependencies.nft-data-structs]238[dependencies.nft-data-structs]239path = "../../primitives/nft"239path = "../../primitives/nft"251license = 'All Rights Reserved'251license = 'All Rights Reserved'252name = 'nft'252name = 'nft'253repository = 'https://github.com/usetech-llc/nft_private/'253repository = 'https://github.com/usetech-llc/nft_private/'254version = '3.0.0'254version = '0.9.12'255255256[[bin]]256[[bin]]257name = 'nft'257name = 'nft'runtime/Cargo.tomldiffbeforeafterboth--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -10,7 +10,7 @@
license = 'All Rights Reserved'
name = 'nft-runtime'
repository = 'https://github.com/usetech-llc/nft_private/'
-version = '3.0.0'
+version = '0.9.12'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
runtime/src/lib.rsdiffbeforeafterboth--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -145,7 +145,7 @@
spec_name: create_runtime_str!("opal"),
impl_name: create_runtime_str!("opal"),
authoring_version: 1,
- spec_version: 912200,
+ spec_version: 912201,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,