Skip to content

Commit

Permalink
Add codec features
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Jul 28, 2022
1 parent 6a5952b commit a76a73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/webb-tools/webb-rs"
license = "Apache-2.0"

[dependencies]
scale-codec = { package = 'parity-scale-codec', version = '3.0.0', default-features = false, optional = true }
scale-codec = { package = 'parity-scale-codec', version = '3.0.0', default-features = false, optional = true, features = ["derive", "max-encoded-len"]}
scale-info = { version = "2.1.1", default-features = false, optional = true }

num-traits = { version = "0.2.8", default-features = false }
Expand Down

0 comments on commit a76a73c

Please sign in to comment.