From e2c7f46378855517c9be11e538a3e152d02321ce Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 12 Aug 2023 21:47:24 +0200 Subject: [PATCH] fix(git): make sure we actually fail when running an invalid git command Signed-off-by: kjuulh --- crates/dagger-rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/dagger-rust/Cargo.toml b/crates/dagger-rust/Cargo.toml index 369f7a5..1d1ca97 100644 --- a/crates/dagger-rust/Cargo.toml +++ b/crates/dagger-rust/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true authors.workspace = true readme.workspace = true license.workspace = true +repository.workspace = true publish = true