summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-17 11:54:58 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-17 11:54:58 -0500
commit95aad715b636c7e1326b2675668bd0fa12349cf5 (patch)
tree100bf04c68acbf62eefd66a30cac6b9749a30c99 /Cargo.toml
parentwasm: fix C_INCLUDE_PATH for non wasm builds (diff)
downloadDungeonCrawl-95aad715b636c7e1326b2675668bd0fa12349cf5.tar.gz
DungeonCrawl-95aad715b636c7e1326b2675668bd0fa12349cf5.tar.bz2
DungeonCrawl-95aad715b636c7e1326b2675668bd0fa12349cf5.zip
update min rust version to 1.88.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61c916d..8b2140e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ authors = [
edition = "2024"
license = "MIT"
publish = false
-rust-version = "1.87"
+rust-version = "1.88"
[workspace.dependencies]
dungeon = { path = "dungeon" }