From 59ab0740729029baed27003aade6289197a60508 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Thu, 17 Feb 2022 04:21:58 -0800 Subject: [PATCH] ratpack v0.1.3 Signed-off-by: Erik Hollensbe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20c5e08..ea7acf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratpack" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "ratpack is a HTTP framework designed around simplicity and ease-of-use" authors = ["Erik Hollensbe ", "Adam Ierymenko "]