Skip to content

Commit

Permalink
fixed wrong feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
azomDev committed Nov 26, 2024
1 parent 6f4b1fe commit 3966fd2
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 @@ -14,7 +14,7 @@ path = "src/lib.rs"
[dependencies]
clap = { version = "4.5.8", features = ["derive"] }
home = "0.5.9"
minreq = { version = "2.12.0", features = ["https", "json"] }
minreq = { version = "2.12.0", features = ["https", "json-using-serde"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
Expand Down

0 comments on commit 3966fd2

Please sign in to comment.