docs: fix cargo doc generation

This commit is contained in:
Michael Aaron Murphy 2026-05-20 17:04:07 +02:00
parent e2b172e0bc
commit 2f022280f2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ ashpd = { version = "0.12.3", default-features = false, optional = true }
async-fs = { version = "2.2", optional = true }
async-std = { workspace = true, optional = true }
auto_enums = "0.8.8"
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "160b086", optional = true }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c253ec1", optional = true }
jiff = "0.2"
cosmic-config = { path = "cosmic-config" }
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", optional = true }

2
iced

@ -1 +1 @@
Subproject commit b007caba44b0be1d282edbe1cd6fcd440ef06eab
Subproject commit 98fb6a0fba98cfdb6c04f33ccf0be6abad7fcfff

View file

@ -3,7 +3,7 @@
#![allow(clippy::module_name_repetitions)]
#![cfg_attr(target_os = "redox", feature(lazy_cell))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
/// Recommended default imports.
pub mod prelude {