Skip to content

Commit

Permalink
Fixing existing typo in pnet_packet Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedoyle committed Oct 18, 2023
1 parent 4052801 commit 6c8d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pnet_packet/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ default = ["std"]

[dev-dependencies]
hex = "0.4.3"
criterion = { version = "0.5.1", features = ["html_reports"] } #added HTML feature becuase of the annoying warnings when running the tests
criterion = { version = "0.5.1", features = ["html_reports"] } #added HTML feature because of the annoying warnings when running the tests

[build-dependencies]
glob = "0.3.1"
Expand Down

0 comments on commit 6c8d959

Please sign in to comment.