diff options
Diffstat (limited to 'server/client-lib')
| -rw-r--r-- | server/client-lib/Cargo.toml | 2 | ||||
| -rw-r--r-- | server/client-lib/src/lib.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 9d1cb94c..17a3b259 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hurrycurry-client-lib" version = "2.3.5" -edition = "2021" +edition = "2024" [dependencies] hurrycurry-protocol = { path = "../protocol" } diff --git a/server/client-lib/src/lib.rs b/server/client-lib/src/lib.rs index c77f95e7..b3939388 100644 --- a/server/client-lib/src/lib.rs +++ b/server/client-lib/src/lib.rs @@ -15,7 +15,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#![feature(let_chains)] pub mod gamedata_index; pub mod network; pub mod spatial_index; |