Skip to content

Commit

Permalink
update parity db
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme committed Feb 2, 2022
1 parent 43cac88 commit 6904c7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ serde = { version = "1.0.132", features = ["derive"] }
thiserror = "1.0.30"
kvdb = "0.10.0"
kvdb-rocksdb = { version = "0.14.0", optional = true }
parity-db = { version = "0.3.5", optional = true }
parity-db = { version = "0.3.6", optional = true }
async-trait = "0.1.52"
lru = "0.7"

Expand Down
2 changes: 1 addition & 1 deletion node/subsystem-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste

kvdb = "0.10.0"
parity-util-mem = { version = "0.10", default-features = false }
parity-db = { version = "0.3.5" }
parity-db = { version = "0.3.6" }

[dev-dependencies]
assert_matches = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"),
authoring_version: 0,
spec_version: 9151,
spec_version: 9140,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 6904c7d

Please sign in to comment.