Skip to content

Commit

Permalink
remove unnecessary dep: prefix for ssz-rs feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jun 30, 2023
1 parent e37de56 commit 08cfd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssz-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ std = [
"sha2/default",
"num-bigint/default",
]
serde = ["dep:serde", "dep:hex"]
serde = ["dep:serde", "hex"]

[dependencies]
thiserror = "1.0.25"
Expand Down

0 comments on commit 08cfd81

Please sign in to comment.