Skip to content

Commit

Permalink
chore: release v2.11.4 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 22, 2024
1 parent 6215084 commit a17edf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ categories.workspace = true
[dependencies]
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
cfg-if = "1.0"
scale-info-derive = { version = "2.11.3", path = "derive", default-features = false, optional = true }
scale-info-derive = { version = "2.11.4", path = "derive", default-features = false, optional = true }
serde = { version = "1", default-features = false, optional = true, features = ["derive", "alloc"] }
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
schemars = { version = "0.8", optional = true }

[dev-dependencies]
scale-info-derive = { version = "2.11.3", path = "derive" }
scale-info-derive = { version = "2.11.4", path = "derive" }

[features]
default = ["std"]
Expand Down Expand Up @@ -60,7 +60,7 @@ members = [
]

[workspace.package]
version = "2.11.3"
version = "2.11.4"
authors = [
"Parity Technologies <[email protected]>",
"Centrality Developers <[email protected]>",
Expand Down

0 comments on commit a17edf7

Please sign in to comment.