From: Sachandhan Ganesh Date: Mon, 15 Feb 2021 01:07:15 +0000 (-0800) Subject: remove unstable feature X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=398ebf312c4b7ced597f9b89e7e1054f5c7c6134;p=connect-rs.git remove unstable feature --- diff --git a/Cargo.toml b/Cargo.toml index f970a86..79c125e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "connect" -version = "0.2.2" +version = "0.2.3" edition = "2018" authors = ["Sachandhan Ganesh "] description = "message queue abstraction over async network streams" diff --git a/src/lib.rs b/src/lib.rs index b99dd98..ef55dbb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,7 +64,7 @@ //! - Use the recipient tag to signify the type of message being sent //! -#![feature(doc_cfg)] +// #![feature(doc_cfg)] mod protocol; mod reader;