summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 987772d..db95cf6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "luma"
-version = "0.36.0"
+version = "0.37.0"
authors = ["Gabriel Jensen"]
edition = "2021"
description = "AGB emulator."
@@ -13,9 +13,6 @@ categories = ["emulators"]
name = "luma"
path = "src/main.rs"
-[profile.dev]
-overflow-checks = false
-
[profile.release]
lto = true