]> git.lizzy.rs Git - connect-rs.git/commitdiff
remove unstable feature
authorSachandhan Ganesh <sachan.ganesh@gmail.com>
Mon, 15 Feb 2021 01:07:15 +0000 (17:07 -0800)
committerSachandhan Ganesh <sachan.ganesh@gmail.com>
Mon, 15 Feb 2021 01:07:26 +0000 (17:07 -0800)
Cargo.toml
src/lib.rs

index f970a8652cfdba11b53d4cd803ac1e6f004a6123..79c125ede5f998141fd1706cb05bcf320f2cf202 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "connect"
-version = "0.2.2"
+version = "0.2.3"
 edition = "2018"
 authors = ["Sachandhan Ganesh <sachan.ganesh@gmail.com>"]
 description = "message queue abstraction over async network streams"
index b99dd986ef6b9c5189b54edd59e990f4cbe8689c..ef55dbb2bd6c5134e1d16ac16ea6ba36bee5f97f 100644 (file)
@@ -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;