Skip to content

Commit

Permalink
chore: update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 4, 2023
1 parent f7a1485 commit 083e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ iced_widget = { git = "https://github.com/iced-rs/iced", rev = "8727b3f", option
iced_futures = { git = "https://github.com/iced-rs/iced", rev = "8727b3f", optional = true }
iced_core = { git = "https://github.com/iced-rs/iced", rev = "8727b3f", optional = true }
iced_style = { git = "https://github.com/iced-rs/iced", rev = "8727b3f", optional = true }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], branch = "update-0.12", optional = true }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true }
# libcosmic = { path = "../libcosmic", optional = true, features = [ "tokio" ]}
once_cell = { version = "1.18.0", optional = true }
float-cmp = "0.9"
Expand Down

0 comments on commit 083e98f

Please sign in to comment.