aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-08-15 22:21:04 -0500
committermat <git@matdoes.dev>2023-08-15 22:21:04 -0500
commit4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch)
tree91802ee7508c44e596013b23864bdd449383bbd7 /azalea-protocol/src/lib.rs
parent776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff)
downloadazalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz
upgrade thiserror and other deps
Diffstat (limited to 'azalea-protocol/src/lib.rs')
-rw-r--r--azalea-protocol/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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};