1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

update msrv

This commit is contained in:
Robin Appelman 2025-02-15 16:53:06 +01:00
commit efb0a0f7f2

View file

@ -9,7 +9,7 @@ license = "MIT"
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
exclude = ["*.bsp"] exclude = ["*.bsp"]
rust-version = "1.70.0" rust-version = "1.74.0"
[dependencies] [dependencies]
arrayvec = "0.7.6" arrayvec = "0.7.6"