Skip to content

Commit

Permalink
disable crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Aug 8, 2021
1 parent 411f55a commit 975a8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 98 deletions.
99 changes: 2 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
futures = { version = "0.3", default-features = false, features = ["std"] }
async-trait = "0.1"
rss = "1"
rss = { version = "1", default-features = false }
chrono = "0.4"
log = "0.4"
env_logger = "0.9"
Expand Down

0 comments on commit 975a8f2

Please sign in to comment.