From 530ffe6b032e9e1731d8f8adb16cd6114f4697f1 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 31 Oct 2022 22:59:25 -0500 Subject: [PATCH] Vendor modified RSS to fix atom:link issue. This is 0.2.0. --- .gitmodules | 3 +++ Cargo.lock | 4 +--- Cargo.toml | 4 ++-- rss | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .gitmodules create mode 160000 rss diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..220ac84 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rss"] + path = rss + url = git@github.com:NoraCodes/rss.git diff --git a/Cargo.lock b/Cargo.lock index dd56435..acb07aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "corobel" -version = "0.1.0" +version = "0.2.0" dependencies = [ "atom_syndication", "chrono", @@ -1643,8 +1643,6 @@ dependencies = [ [[package]] name = "rss" version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acaf1331b7fc4edc3c2920819fee1766c27e8d40da593155832db3d6dea64e92" dependencies = [ "atom_syndication", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0c51c74..f17567c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corobel" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,6 +15,6 @@ tokio = { version = "1.21.2", features = [ "full" ] } serde_json = "1.0.87" once_cell = "1.16.0" chrono = { version = "0.4.22", features = [ "serde" ] } -rss = { version = "2.0.1", features = [ "builders", "atom", "chrono" ] } +rss = { path = "./rss/", version = "2.0.1-atom-link-fix", features = [ "builders", "atom", "chrono" ] } pulldown-cmark = "0.9.2" atom_syndication = "0.11.0" diff --git a/rss b/rss new file mode 160000 index 0000000..1b001f7 --- /dev/null +++ b/rss @@ -0,0 +1 @@ +Subproject commit 1b001f74ff947b70b6bfe48711a9f29f682dd988