Skip to content

Commit

Permalink
Compatibility with rust 1.67.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogel committed Sep 21, 2023
1 parent db279e4 commit 1dd089e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
37 changes: 25 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.72"
chrono = { version = "0.4.26", features = ["alloc"] }
cidr-utils = "0.5.11"
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "=4.3.24", features = ["derive"] }
libbpf-rs = "0.21.2"
libc = "0.2.147"
plain = "0.2.3"
Expand Down

0 comments on commit 1dd089e

Please sign in to comment.