diff --git a/Cargo.toml b/Cargo.toml index b94c043..b3cedf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition2024"] + [package] name = "rust_mc_serv" version = "0.1.0" diff --git a/shell.nix b/shell.nix index 85640ef..e24d963 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,3 @@ - with import { }; mkShell { @@ -11,6 +10,4 @@ mkShell { python3Packages.beautifulsoup4 python3Packages.requests ]; - - NIX_ENFORCE_PURITY = true; } \ No newline at end of file