From 6ebda94c79a7d349bf5e5eba944d399ac1215106 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 6 Feb 2024 10:14:54 -0800 Subject: [PATCH] Remove reference to `wip-iced-update` branch in example --- examples/cosmic/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/cosmic/Cargo.toml b/examples/cosmic/Cargo.toml index 9a1c72b5..a01f81b0 100644 --- a/examples/cosmic/Cargo.toml +++ b/examples/cosmic/Cargo.toml @@ -17,5 +17,4 @@ log = "0.4.17" [dependencies.cosmic-time] git = "https://github.com/pop-os/cosmic-time" default-features = false -branch = "wip-iced-update" -features = ["libcosmic", "once_cell"] \ No newline at end of file +features = ["libcosmic", "once_cell"]