Rust library to generate static websites
5
fork

Configure Feed

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

chore: bump maudit-cli manually

+2 -2
+1 -1
Cargo.lock
··· 2824 2824 2825 2825 [[package]] 2826 2826 name = "maudit-cli" 2827 - version = "0.4.2" 2827 + version = "0.4.3" 2828 2828 dependencies = [ 2829 2829 "axum", 2830 2830 "chrono",
+1 -1
crates/maudit-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "maudit-cli" 3 3 description = "CLI to operate on maudit projects." 4 - version = "0.4.2" 4 + version = "0.4.3" 5 5 license = "MIT" 6 6 edition = "2021" 7 7