summaryrefslogtreecommitdiff
path: root/src/dev/update.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
committermo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
commit5920a58e83e1594d2a8e00ec39c82ab1d345eb3d (patch)
tree85f3ae541af5c4a6f6b73a12f3ac62eff0f2e12f /src/dev/update.rs
parentaaea5b490fabecbd1111a6ece6446fedfc9800f3 (diff)
Include dev/Cargo.toml
Diffstat (limited to 'src/dev/update.rs')
-rw-r--r--src/dev/update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/update.rs b/src/dev/update.rs
index d2f20aa..fe7622c 100644
--- a/src/dev/update.rs
+++ b/src/dev/update.rs
@@ -29,7 +29,7 @@ pub fn update() -> Result<()> {
if DEBUG_PROFILE {
update_cargo_toml(
&info_file.exercises,
- include_str!("../../dev/Cargo.toml"),
+ include_str!("../../dev-Cargo.toml"),
b"../",
"dev/Cargo.toml",
)