From 2767410ae8b1f885edddc440ec7d26033a04f2cb Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 31 Jul 2020 19:26:47 +0200 Subject: [PATCH] v0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40f21f912..394e64f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide" -version = "0.12.0" +version = "0.13.0" description = "Serve the web – HTTP server framework" authors = [ "Aaron Turon ",