diff options
| author | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
| commit | 4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch) | |
| tree | 91802ee7508c44e596013b23864bdd449383bbd7 /azalea-protocol/src/lib.rs | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea-protocol/src/lib.rs')
| -rw-r--r-- | azalea-protocol/src/lib.rs | 1 |
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}; |
