mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 00:08:45 +00:00
fix: update dev/Cargo.toml to include file_io exercises
Run `cargo dev update` to add the missing file_io1–3 entries to the bin list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c51d25ad30
commit
23a1d76440
@ -188,6 +188,12 @@ bin = [
|
|||||||
{ name = "conversions4_sol", path = "../solutions/23_conversions/conversions4.rs" },
|
{ name = "conversions4_sol", path = "../solutions/23_conversions/conversions4.rs" },
|
||||||
{ name = "conversions5", path = "../exercises/23_conversions/conversions5.rs" },
|
{ name = "conversions5", path = "../exercises/23_conversions/conversions5.rs" },
|
||||||
{ name = "conversions5_sol", path = "../solutions/23_conversions/conversions5.rs" },
|
{ name = "conversions5_sol", path = "../solutions/23_conversions/conversions5.rs" },
|
||||||
|
{ name = "file_io1", path = "../exercises/24_file_io/file_io1.rs" },
|
||||||
|
{ name = "file_io1_sol", path = "../solutions/24_file_io/file_io1.rs" },
|
||||||
|
{ name = "file_io2", path = "../exercises/24_file_io/file_io2.rs" },
|
||||||
|
{ name = "file_io2_sol", path = "../solutions/24_file_io/file_io2.rs" },
|
||||||
|
{ name = "file_io3", path = "../exercises/24_file_io/file_io3.rs" },
|
||||||
|
{ name = "file_io3_sol", path = "../solutions/24_file_io/file_io3.rs" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user