From 8867e955aeb4764412d6a510c9683b72b9d10e05 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 15 Nov 2023 10:24:25 -0500 Subject: [PATCH] remove private from root crate --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1048dbe4e..53f9043c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,6 @@ exclude = ["fixtures/**", "ci/**"] edition = "2018" rust-version = "1.63" -publish = false - [features] # Enables `futures::Stream` implementations for various types. stream = []