From 86295e3bfe7932dd778c89e2697c4357ed71a432 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 23 Nov 2021 08:38:13 +0000 Subject: [PATCH] sys/cargo: refresh manifest This updates stale dependencies and remove leftover settings. --- rust-bindings/rust/sys/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 7f187354..442e14cd 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -1,8 +1,5 @@ -[badges.gitlab] -repository = "fkrull/ostree-rs" - [build-dependencies] -system-deps = "3" +system-deps = "6" [dependencies] glib-sys = "0.14"