Skip to content

Commit

Permalink
reqwest default features off
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 5, 2024
1 parent c5c75a9 commit 6362627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daedalus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0", features = ["json"] }
reqwest = { version = "0", default-features = false, features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0", features = ["serde"] }
Expand Down

0 comments on commit 6362627

Please sign in to comment.