Skip to content

Commit

Permalink
chore(deps): Enable derive feature of parity-scale-codec (#1238)
Browse files Browse the repository at this point in the history
* Update parity-scale-codec depdendency in cargo.toml

* Run taplo format
  • Loading branch information
seanchen1991 authored May 24, 2024
1 parent 2378cd4 commit dcf8c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ cosmwasm-vm = { version = "1.5.4" }
cw-storage-plus = { version = "1.2.0" }

# parity dependencies
parity-scale-codec = { version = "3.6.5", default-features = false, features = [ "full" ] }
scale-info = { version = "2.10.0", default-features = false, features = [ "derive" ] }
parity-scale-codec = { version = "3.6.5", default-features = false, features = [ "derive" ] }
scale-info = { version = "2.10.0", default-features = false }

0 comments on commit dcf8c36

Please sign in to comment.