summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev')
-rw-r--r--src/dev/check.rs2
-rw-r--r--src/dev/update.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index 564aa0a..b6e6f31 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -166,7 +166,7 @@ pub fn check() -> Result<()> {
if DEBUG_PROFILE {
check_cargo_toml(
&info_file.exercises,
- include_str!("../../dev/Cargo.toml"),
+ include_str!("../../dev-Cargo.toml"),
b"../",
)?;
} else {
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",
)