Skip to content

Commit ede33c3

Browse files
authored
Version 2.11.3 (#208)
1 parent b58cfd1 commit ede33c3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.11.3] - 2024-05-08
9+
- Bump `proc-macro-crate` to version 3.
10+
811
## [2.11.2] - 2024-04-05
912

1013
- Fix a bug in the `PortableRegistry::retain()` method where recursive types (types containing themselves) were not properly handled.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ categories.workspace = true
1717
[dependencies]
1818
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
1919
cfg-if = "1.0"
20-
scale-info-derive = { version = "2.11.2", path = "derive", default-features = false, optional = true }
20+
scale-info-derive = { version = "2.11.3", path = "derive", default-features = false, optional = true }
2121
serde = { version = "1", default-features = false, optional = true, features = ["derive", "alloc"] }
2222
derive_more = { version = "0.99.1", default-features = false, features = ["from"] }
2323
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
2424
schemars = { version = "0.8", optional = true }
2525

2626
[dev-dependencies]
27-
scale-info-derive = { version = "2.11.2", path = "derive" }
27+
scale-info-derive = { version = "2.11.3", path = "derive" }
2828

2929
[features]
3030
default = ["std"]
@@ -60,7 +60,7 @@ members = [
6060
]
6161

6262
[workspace.package]
63-
version = "2.11.2"
63+
version = "2.11.3"
6464
authors = [
6565
"Parity Technologies <admin@parity.io>",
6666
"Centrality Developers <support@centrality.ai>",

0 commit comments

Comments
 (0)