From fea7a63cd003757618eeec57ccf3ffa935c132bb Mon Sep 17 00:00:00 2001 From: HTG-YT <39023054+HTG-YT@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:29:50 +0800 Subject: [PATCH] bump http again --- http/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/Cargo.toml b/http/Cargo.toml index a96dbf6..d6aa46b 100644 --- a/http/Cargo.toml +++ b/http/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" license = "ISC" repository = "https://github.com/HarTexTeam/guilded-rs" rust-version = "1.57.0" -version = "0.1.0-dev.3" +version = "0.1.0-dev.4" [dependencies] -guilded_model = { path = "../model" } +guilded_model = "0.1.0-dev.13" hyper = { default-features = false, features = [ "client", "http1", "http2", "runtime" ], version = "0.14.19" } hyper-rustls = { default-features = false, optional = true, features = [ "http1", "http2" ], version = "0.23.0" }