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-client/src/lib.rs | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index e8698fc7..92a44f6c 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -5,7 +5,6 @@ //! [`azalea_protocol`]: https://docs.rs/azalea-protocol //! [`azalea`]: https://docs.rs/azalea -#![feature(provide_any)] #![allow(incomplete_features)] #![feature(trait_upcasting)] #![feature(error_generic_member_access)] |
