From: Colin Walters Date: Tue, 18 Aug 2020 18:00:19 +0000 (+0000) Subject: tests/inst: Bump to latest ostree and gtk-rs X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~8^2~13^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f8c3f440094d53d968b81d2f825ba6cb77c2c7f;p=ostree.git tests/inst: Bump to latest ostree and gtk-rs Updating our tests to the latest ostree crate is so deliciously circular. --- diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index d47db53c..ee9dfb66 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -17,9 +17,9 @@ serde_json = "1.0" commandspec = "0.12.2" anyhow = "1.0" tempfile = "3.1.0" -glib = "0.9.1" -gio = "0.8" -ostree = { version = "0.7.1", features = ["v2020_1"] } +glib = "0.10" +gio = "0.9" +ostree = { version = "0.8.0", features = ["v2020_1"] } libtest-mimic = "0.3.0" twoway = "0.2.1" hyper = "0.13"