From d718a4a61c5d7e1c5aab34c2bcce42aad06f13b9 Mon Sep 17 00:00:00 2001 From: netengy-dakotaraptor Date: Sat, 19 Oct 2024 22:00:59 -0600 Subject: [PATCH] fix: remove non-existent cosmic-time feature from cosmic example Removes the "libcosmic" feature of cosmic-time from the cosmic example. This feature appears to no longer exist. --- examples/cosmic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cosmic/Cargo.toml b/examples/cosmic/Cargo.toml index 194ce88..a7daf0a 100644 --- a/examples/cosmic/Cargo.toml +++ b/examples/cosmic/Cargo.toml @@ -17,4 +17,4 @@ log = "0.4.17" [dependencies.cosmic-time] git = "https://github.com/pop-os/cosmic-time" default-features = false -features = ["libcosmic", "once_cell"] +features = ["once_cell"]