Skip to content

Commit 38d18bd

Browse files
authored
bump 3.6.8 (#518)
* alpha-1 * rm alpha.1
1 parent 37a6e76 commit 38d18bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-scale-codec"
33
description = "SCALE - Simple Concatenating Aggregated Little Endians"
4-
version = "3.6.7"
4+
version = "3.6.8"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
license = "Apache-2.0"
77
repository = "https://github.com/paritytech/parity-scale-codec"
@@ -12,7 +12,7 @@ rust-version = "1.60.0"
1212
[dependencies]
1313
arrayvec = { version = "0.7", default-features = false }
1414
serde = { version = "1.0.188", default-features = false, optional = true }
15-
parity-scale-codec-derive = { path = "derive", version = ">= 3.6.7", default-features = false, optional = true }
15+
parity-scale-codec-derive = { path = "derive", version = ">= 3.6.8", default-features = false, optional = true }
1616
bitvec = { version = "1", default-features = false, features = [ "alloc" ], optional = true }
1717
bytes = { version = "1", default-features = false, optional = true }
1818
byte-slice-cast = { version = "1.2.2", default-features = false }

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-scale-codec-derive"
33
description = "Serialization and deserialization derive macro for Parity SCALE Codec"
4-
version = "3.6.7"
4+
version = "3.6.8"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
license = "Apache-2.0"
77
edition = "2021"

0 commit comments

Comments
 (0)