diff --git a/example/Cargo.toml b/example/Cargo.toml index a1ff5df..b7f0eba 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -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.3", features = ["auth", "openapi"] } +gotham_restful = { version = "0.0.4", 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 4aad918..5f7b2f7 100644 --- a/gotham_restful/Cargo.toml +++ b/gotham_restful/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gotham_restful" -version = "0.0.3" +version = "0.0.4" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for Gotham" @@ -22,7 +22,7 @@ futures = "0.1.29" gotham = "0.4" gotham_derive = "0.4" gotham_middleware_diesel = { version = "0.1", optional = true } -gotham_restful_derive = { version = "0.0.2" } +gotham_restful_derive = { version = "0.0.3" } hyper = "0.12.35" indexmap = { version = "1.3.0", optional = true } jsonwebtoken = { version = "6.0.1", optional = true } diff --git a/gotham_restful_derive/Cargo.toml b/gotham_restful_derive/Cargo.toml index b2b7ec6..c1f460e 100644 --- a/gotham_restful_derive/Cargo.toml +++ b/gotham_restful_derive/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gotham_restful_derive" -version = "0.0.2" +version = "0.0.3" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for Gotham - Derive"