From 990cce7267dae9bdd37ef772db2edeef2a39365b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 22 Jan 2021 21:11:48 -0500 Subject: Use Tokio 1 (#306) * upgrade all the things Signed-off-by: Christine Dodrill * build(deps): bump serde from 1.0.118 to 1.0.120 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120) Signed-off-by: dependabot-preview[bot] * fix Signed-off-by: Christine Dodrill Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- templates/blog_atom.rs.xml | 2 +- templates/footer.rs.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'templates') 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() } diff --git a/templates/footer.rs.html b/templates/footer.rs.html index 6ae18e6..c60f60a 100644 --- a/templates/footer.rs.html +++ b/templates/footer.rs.html @@ -1,5 +1,3 @@ -@use crate::APPLICATION_NAME as APP; - @()
-- cgit v1.2.3