Differences From
Artifact [5598155f45]:
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "rsstg"
version = "0.2.5"
authors = ["arcade"]
edition = "2018"
[dependencies]
anyhow = "*"
atom_syndication = { version = "*", features = [ "with-serde" ] }
chrono = "*"
|
|
|
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "rsstg"
version = "0.2.7"
authors = ["arcade"]
edition = "2018"
[dependencies]
anyhow = "*"
atom_syndication = { version = "*", features = [ "with-serde" ] }
chrono = "*"
|
︙ | | | ︙ | |