Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: bump examples

+8 -8
+1 -1
examples/basics/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/blog/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/empty/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/image-processing/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/kitchen-sink/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/library/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/markdown-components/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/runtime-to-the-max/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.6.3" 8 + intended_version = "0.6.4" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }