Skip to content

Commit

Permalink
reference latest scale-info-derive, too
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Mar 22, 2024
1 parent 0aa2973 commit 9523630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories.workspace = true
[dependencies]
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
cfg-if = "1.0"
scale-info-derive = { version = "2.10.0", path = "derive", default-features = false, optional = true }
scale-info-derive = { version = "2.11.1", path = "derive", default-features = false, optional = true }
serde = { version = "1", default-features = false, optional = true, features = ["derive", "alloc"] }
derive_more = { version = "0.99.1", default-features = false, features = ["from"] }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 9523630

Please sign in to comment.