From a2612f8d16bb466c40033b973cbc5e389838c26c Mon Sep 17 00:00:00 2001 From: zephyr Date: Tue, 17 Sep 2024 01:33:51 +0900 Subject: [PATCH] -unstable features --- Cargo.toml | 2 +- src/lib.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7bd9e5..251eb3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightws" -version = "0.6.10" +version = "0.6.11" authors = ["zephyr "] description = "Lightweight websocket implement for stream transmission." repository = "https://github.com/zephyrchien/lightws" diff --git a/src/lib.rs b/src/lib.rs index 599d29d..52a33a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,5 @@ #![allow(incomplete_features)] #![allow(clippy::blocks_in_conditions)] -#![feature(const_mut_refs)] -#![feature(const_slice_index)] #![feature(const_slice_from_raw_parts_mut)] #![feature(read_buf)] #![feature(core_io_borrowed_buf)]