From 1adc9641143d2fea23609123783acf85966902a1 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Mon, 8 Jan 2024 12:09:41 +0100 Subject: [PATCH] Manually update fiberplane crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f83f63..740baa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cli-table = "0.4" crossterm = { version = "0.27.0", features = ["event-stream"] } directories = "5.0.1" dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } -fiberplane = { version = "1.0.0-beta.8", features = [ +fiberplane = { version = "1.0.0-beta.7", features = [ "api-client", "base64uuid-creation", "clap",