diff --git a/Cargo.toml b/Cargo.toml index 85f9007..3bca5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ iced_widget = { git = "https://github.com/iced-rs/iced", rev = "5540ac0", option iced_futures = { git = "https://github.com/iced-rs/iced", rev = "5540ac0", optional = true } iced_core = { git = "https://github.com/iced-rs/iced", rev = "5540ac0", optional = true } iced_style = { git = "https://github.com/iced-rs/iced", rev = "5540ac0", optional = true } -libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true, branch = "update-iced-latest" } +libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true } once_cell = { version = "1.18.0", optional = true } float-cmp = "0.9"