1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

update msrv

This commit is contained in:
Robin Appelman 2025-02-19 19:17:39 +01:00
commit ce289200f8

View file

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser"
exclude = ["tests/fuzz", "test_data"]
default-run = "parse_demo"
rust-version = "1.70.0"
rust-version = "1.74.0"
[lib]
name = "tf_demo_parser"