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

specify msrv

This commit is contained in:
Robin Appelman 2024-04-07 16:56:34 +02:00
commit 8ff5e5e6df
4 changed files with 45 additions and 16 deletions

View file

@ -8,6 +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"
[lib]
name = "tf_demo_parser"