From c491a57cba7f32e16c76497e4f3aca45db6556a8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 22 Jan 2021 21:11:27 -0500 Subject: [PATCH] fix Signed-off-by: Christine Dodrill --- Cargo.toml | 1 - templates/blog_atom.rs.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76fa25f..0219e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,6 @@ ructe = { version = "0.13", features = ["warp02"] } pfacts = "0" serde_json = "1" eyre = "0.6" -reqwest = { version = "0.10", features = ["json"] } pretty_env_logger = "0" [workspace] diff --git a/templates/blog_atom.rs.xml b/templates/blog_atom.rs.xml index c6fd32c..0296da6 100644 --- a/templates/blog_atom.rs.xml +++ b/templates/blog_atom.rs.xml @@ -19,7 +19,7 @@ https://christine.website/@post.link @post.front_matter.title - @post.date.to_rfc3339() + @post.date.to_rfc3339() }