Skip to content

Commit

Permalink
Update atom_syndication to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 6, 2021
1 parent f736a24 commit 975e4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = {version = "0.4", optional = true }
url = { version = "2.1", optional = true }
mime = { version = "0.3", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
atom_syndication = { version = "0.9", optional = true }
atom_syndication = { version = "0.10", optional = true }

[dev-dependencies]
bencher = "0.1"
Expand Down
6 changes: 2 additions & 4 deletions src/extension/atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,13 @@ mod tests {
LinkBuilder::default()
.rel("self")
.href("http://example.com/feed")
.build()
.unwrap(),
.build(),
)
.link(
LinkBuilder::default()
.rel("alternate")
.href("http://example.com")
.build()
.unwrap(),
.build(),
)
.build(),
AtomExtension {
Expand Down

0 comments on commit 975e4aa

Please sign in to comment.