From 4ed4be529f0ee44120bb9c110418cbb8e3edd22d Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 15 Aug 2023 22:21:04 -0500 Subject: upgrade thiserror and other deps --- azalea-protocol/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs index 8c357905..34f7cd4c 100644 --- a/azalea-protocol/src/lib.rs +++ b/azalea-protocol/src/lib.rs @@ -11,7 +11,6 @@ // these two are necessary for thiserror backtraces #![feature(error_generic_member_access)] -#![feature(provide_any)] use std::{fmt::Display, net::SocketAddr, str::FromStr}; -- cgit v1.2.3