mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-03 13:11:36 +02:00
Add format_version to test info.toml files
This commit is contained in:
parent
c07cf5bffe
commit
d1ebbaa6f6
@ -1,3 +1,5 @@
|
||||
format_version = 1
|
||||
|
||||
[[exercises]]
|
||||
name = "compFailure"
|
||||
mode = "run"
|
||||
|
@ -1,3 +1,5 @@
|
||||
format_version = 1
|
||||
|
||||
[[exercises]]
|
||||
name = "pending_exercise"
|
||||
mode = "run"
|
||||
|
@ -1,3 +1,5 @@
|
||||
format_version = 1
|
||||
|
||||
[[exercises]]
|
||||
name = "compSuccess"
|
||||
mode = "run"
|
||||
|
Loading…
x
Reference in New Issue
Block a user