From 22f25a415c5dd1d4a9beb7ddd74aa035a7f5e2f0 Mon Sep 17 00:00:00 2001 From: "Ryan D. Friese" Date: Thu, 14 Nov 2024 21:55:07 -0800 Subject: [PATCH] update rofi-sys version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6431278..3368917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ categories = ["asynchronous","concurrency", "network-programming","science"] [dependencies] lamellar-impl = { version = "0.7.0-rc.1", path = "impl" } -#rofisys = { version ="0.3", optional = true } -rofisys = {git = "https://github.com/pnnl/rofi-sys.git", branch = "master", optional = true} +rofisys = { version ="0.3", optional = true } +#rofisys = {git = "https://github.com/pnnl/rofi-sys.git", branch = "master", optional = true} inventory = "0.3" serde = { version = "1.0.147", features = ["derive"] } serde_bytes = "0.11.7"