File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bamboo-cli"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2024"
55license = " MIT OR Apache-2.0"
66description = " CLI for the Bamboo static site generator"
@@ -16,7 +16,7 @@ name = "bamboo"
1616path = " src/main.rs"
1717
1818[dependencies ]
19- bamboo-ssg = { version = " 0.1.2 " , path = " ../../crates/bamboo" }
19+ bamboo-ssg = { version = " 0.2.0 " , path = " ../../crates/bamboo" }
2020clap = { version = " 4" , features = [" derive" ] }
2121notify = " 8"
2222open = " 5"
Original file line number Diff line number Diff line change 11[package ]
22name = " bamboo-ssg"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2024"
55license = " MIT OR Apache-2.0"
66description = " A fast static site generator written in Rust"
You can’t perform that action at this time.
0 commit comments