From 1986ab61edadbd5c28d41aa1d1f597f7fb30143f Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Sun, 15 Oct 2023 23:39:08 +0100 Subject: [PATCH] Fix Cargo.toml edition --- Rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rust/Cargo.toml b/Rust/Cargo.toml index a9141b7..2fb8095 100644 --- a/Rust/Cargo.toml +++ b/Rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fastnoise-lite" version = "1.1.0" -edition = "2023" +edition = "2021" license = "MIT" description = "FastNoiseLite is an extremely portable open source noise generation library with a large selection of noise algorithms" repository = "https://github.com/Auburn/FastNoiseLite"