From 447e303470e93123cd0d904f1635692999474661 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Mon, 1 Aug 2022 16:44:44 +0900 Subject: [PATCH] update cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd54c1c..e340e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/junkurihara/rust-rpxy" license = "MIT" readme = "README.md" edition = "2021" -publish = false +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -50,8 +50,8 @@ hyper-rustls = { version = "0.23.0", default-features = false, features = [ ] } bytes = "1.2.0" quinn = { version = "0.8.3", optional = true } -h3 = { path = "./h3/h3/", optional = true } -h3-quinn = { path = "./h3/h3-quinn/", optional = true } +h3 = { path = "./h3/h3/", version = "0.0.0", optional = true } +h3-quinn = { path = "./h3/h3-quinn/", version = "0.0.0", optional = true } thiserror = "1.0.31"