From 508f33510b80b0fd27390038a9efa307d431d802 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 16 Dec 2021 12:22:33 -0500 Subject: [PATCH] futures yanked, amend version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2925af79..01ca6eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "master" } serde_json = "1.0.72" pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "master" } postage = "0.4.1" -futures = "0.3.18" +futures = "0.3.17" glib = "0.14.8" # examples/gtklauncher once_cell = "1.8.0"