Skip to content

Commit

Permalink
remove todo on deprecation note (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 14, 2024
1 parent 5670747 commit a8f3ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eip7594/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ serde_json = "1"
criterion = "0.5.1"
rand = "0.8.4"
hex = "0.4.3"
#TODO: note that serde_yaml is now deprecated
# Serde-yaml has been deprecated, however since we only
# use it for tests, we will not update it.
serde_yaml = "0.9.34"

[[bench]]
Expand Down

0 comments on commit a8f3ef7

Please sign in to comment.