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

check msrv

This commit is contained in:
Robin Appelman 2023-11-11 22:03:39 +01:00
commit 903402419d
4 changed files with 69 additions and 18 deletions

View file

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