Skip to content

Commit

Permalink
Set rust-version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcloran committed Sep 29, 2023
1 parent 9f26a94 commit b5ea879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repository = "https://github.com/bparli/fastping-rs"
description = " ICMP ping library for quickly sending and measuring batches of ICMP ECHO REQUEST packets."
readme = "README.md"
edition = "2021"
# Currently only dependencies from examples/ need 1.63, but this applies to the
# whole package, so it appears to be correct to state this dependency this way.
rust-version = "1.63.0"

[dependencies]
pnet = "0.34"
Expand Down

0 comments on commit b5ea879

Please sign in to comment.