Differences From
Artifact [4c44f7ccc3]:
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "rsstg"
version = "0.2.3"
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.4"
authors = ["arcade"]
edition = "2018"
[dependencies]
anyhow = "*"
atom_syndication = { version = "*", features = [ "with-serde" ] }
chrono = "*"
|
︙ | | | ︙ | |