From 4c50ea09594083dc0c617c9e3958708733ff584b Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 24 Feb 2020 20:05:35 +0100 Subject: [PATCH] releasing is hard, try 0.0.3 --- example/Cargo.toml | 4 ++-- gotham_restful/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Cargo.toml b/example/Cargo.toml index b2a772d..a1ff5df 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "example" -version = "0.0.2" +version = "0.0.1" authors = ["Dominic Meiser "] edition = "2018" license = "Unlicense" @@ -17,7 +17,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" } fake = "2.2" gotham = "0.4" gotham_derive = "0.4" -gotham_restful = { version = "0.0.2", features = ["auth", "openapi"] } +gotham_restful = { version = "0.0.3", features = ["auth", "openapi"] } hyper = "0.12" log = "0.4" log4rs = { version = "0.8", features = ["console_appender"], default-features = false } diff --git a/gotham_restful/Cargo.toml b/gotham_restful/Cargo.toml index b2a5386..29fc087 100644 --- a/gotham_restful/Cargo.toml +++ b/gotham_restful/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gotham_restful" -version = "0.0.2" +version = "0.0.3" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for Gotham"