Skip to content

Commit

Permalink
TEMP: Use full codec to get String Encode impl
Browse files Browse the repository at this point in the history
Potentially in future reintroduce OwnedForm #19 (comment)
  • Loading branch information
ascjones committed Dec 3, 2020
1 parent ae244d1 commit 5447865
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 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
scale-info-derive = { version = "0.2.1", path = "derive", default-features = false, optional = true }
serde = { version = "1", default-features = false, features = ["derive", "alloc"] }
derive_more = { version = "0.99.1", default-features = false, features = ["from"] }
scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive", "full"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 5447865

Please sign in to comment.