Skip to content

Commit

Permalink
nl80211-ng update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Mar 2, 2024
1 parent c2cf4f2 commit f233fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["libs/libwifi", "libs/libwifi_macros", "libs/pcap-file"]

[workspace.package]
version = "0.8.7"
version = "0.8.8"
authors = ["Ryan Butler"]
description = "80211 Attack Tool"
license = "GPL"
Expand All @@ -24,7 +24,7 @@ path = "src/main.rs"
[dependencies]
libwifi = { version = "0.3.1", path = "libs/libwifi" }
pcap-file = { version = "2.0.0", path = "libs/pcap-file" }
nl80211-ng = ">=0.2.10"
nl80211-ng = "0.3.0"
byteorder = "1.5.0"
libc = "0.2.149"
nix = { version = "0.27.1", features = [
Expand Down

0 comments on commit f233fbb

Please sign in to comment.