From dd5ed8a480d4cb370e0816064ad3e6a504313e84 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Tue, 11 Jul 2023 17:00:38 +0200 Subject: [PATCH] Fix new Cargo.toml --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index c311992..7580419 100644 --- a/src/command.rs +++ b/src/command.rs @@ -405,7 +405,7 @@ impl Test { } } -const TOML_CHANGES: &str = "ctru-rs = { git = \"https://github.com/rust3ds/ctru-rs\"} +const TOML_CHANGES: &str = "ctru-rs = { git = \"https://github.com/rust3ds/ctru-rs\" } [package.metadata.cargo-3ds] romfs_dir = \"romfs\"