We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef5d51 commit f7522afCopy full SHA for f7522af
cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "codesnap-cli"
3
-version = "0.2.3"
+version = "0.3.0"
4
edition = "2021"
5
description = "CLI tools for generating beautiful code snapshots"
6
license = "MIT"
@@ -13,5 +13,5 @@ path = "src/main.rs"
13
ansi_term = "0.12.1"
14
anyhow = "1.0.91"
15
clap = { version = "4.5.20", features = ["derive"] }
16
-codesnap = { path = "../core", version = "0.2.3" }
+codesnap = { path = "../core", version = "0.3.0" }
17
serde_json = "1.0.132"
core/Cargo.toml
name = "codesnap"
description = "Pure Rust library for generating beautiful code snapshots"
0 commit comments