Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed May 5, 2024
1 parent da6b51b commit 7253da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Changelog

## 2.x.x - Unreleased

## 2.0.8 - Unreleased

- Update quick-xml and derive_builder dependencies. [`#162`](https://github.com/rust-syndication/rss/pull/162)
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ all-features = false

[features]
default = ["builders"]
atom = ["atom_syndication"]
builders = ["derive_builder", "never", "atom_syndication/builders"]
validation = ["chrono", "chrono/std", "url", "mime"]
with-serde = ["serde", "atom_syndication/with-serde"]
atom = ["atom_syndication"]

[dependencies]
quick-xml = { version = "0.31", features = ["encoding"] }
derive_builder = { version = "0.20", optional = true }
never = { version = "0.1", optional = true }
atom_syndication = { version = "0.12", optional = true }
chrono = { version = "0.4.31", optional = true, default-features = false, features = ["alloc"] }
url = { version = "2.1", optional = true }
derive_builder = { version = "0.20", optional = true }
mime = { version = "0.3", optional = true }
never = { version = "0.1", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
atom_syndication = { version = "0.12", optional = true }
url = { version = "2.1", optional = true }

[dev-dependencies]
bencher = "0.1"
Expand Down

0 comments on commit 7253da2

Please sign in to comment.