From be079f7e40b47dc662ffaadf0a808c5160e216c3 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 4 Sep 2019 11:10:14 -0700 Subject: [PATCH] Remove publish=false from Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d49fa81..0b672a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,6 @@ categories = ["asynchronous", "web-programming", "network-programming"] exclude = ["fixtures/**", "ci/**"] edition = "2018" -publish = false - [badges.travis-ci] repository = "hyperium/h2" branch = "master"