Skip to content

Commit

Permalink
[*] update normally
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jul 28, 2024
1 parent eb74417 commit cb21035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ atom_syndication = "0.12"
uuid = { version = "1.6", features = ["v4"] }
tokio = { version = "1.35", features = ["full"] }
serde = { version = "1.0", features = ["serde_derive"] }
reqwest = { version = "0.11", features = ["json", "socks", "native-tls-vendored"] }
reqwest = { version = "0.11", features = ["json", "socks"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] }

opml = { version = "1.1", optional = true }
Expand All @@ -44,7 +44,7 @@ slint-build = "1.7"
embed-resource = "2.4"

[features]
default = ["slint/backend-android-activity-06"]
default = ["slint/backend-android-activity-06", "reqwest/native-tls-vendored"]
desktop = []
tool-gen-rss = ["dep:opml", "dep:clap"]

Expand Down

0 comments on commit cb21035

Please sign in to comment.