Skip to content

Commit

Permalink
🔧 Use default-features instead of default_features
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Oct 18, 2024
1 parent a0682a2 commit 00cc760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zip-extensions = "0.6.2"
warp = { version = "0.3.6", optional = true }
tokio = { version = "1.35.1", features = ["rt", "macros"], optional = true }
serde_json = "1.0.111"
qrcode = { version = "0.13.0", default_features = false, optional = true }
qrcode = { version = "0.13.0", default-features = false, optional = true }
local-ip-address = { version = "0.5.7", optional = true }
prettytable = "0.10.0"
notify = { version = "6.1.1", optional = true }
Expand Down

0 comments on commit 00cc760

Please sign in to comment.