Skip to content

Commit

Permalink
Merge pull request #27 from Nukesor/dependabot/cargo/thiserror-2.0
Browse files Browse the repository at this point in the history
Update thiserror requirement from 1.0 to 2.0
  • Loading branch information
Nukesor authored Nov 11, 2024
2 parents bb8584b + 6936e19 commit a70168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ harness = false
[dependencies]
log = "0.4"
nom = "7"
thiserror = "1.0"
thiserror = "2.0"
strum_macros = "0.26"
enum_dispatch = "0.3"
libwifi_macros = { version = "0.0.2", path = "../libwifi_macros" }
Expand Down

0 comments on commit a70168e

Please sign in to comment.