From a92586ab4c5fdeab0ccd8fb7caa02ccf4c0c822f Mon Sep 17 00:00:00 2001 From: Noa Date: Tue, 11 Jan 2022 22:56:55 -0600 Subject: [PATCH] =?UTF-8?q?bitvec=201.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6379e0e..312467c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tokio = ["tokio_1", "futures-core"] [dependencies] libc = "0.2.89" -bitvec = "1.0.0-rc1" +bitvec = "1.0.0" nix = "0.23" tokio_1 = { package = "tokio", version = "1.0", features = ["net"], optional = true }