Include dev/Cargo.toml

This commit is contained in:
mo8it
2024-04-25 19:58:55 +02:00
parent aaea5b490f
commit 5920a58e83
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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",
)