Skip to content

Commit edc95c4

Browse files
committed
[Release] v0.4.3
1 parent 8a116ff commit edc95c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codesnap-cli"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
description = "CLI tools for generating beautiful code snapshots"
66
license = "MIT"
@@ -13,6 +13,6 @@ path = "src/main.rs"
1313
ansi_term = "0.12.1"
1414
anyhow = "1.0.91"
1515
clap = { version = "4.5.20", features = ["derive"] }
16-
codesnap = { path = "../core", version = "0.4.2" }
16+
codesnap = { path = "../core", version = "0.4.3" }
1717
home = "0.5.9"
1818
serde_json = "1.0.132"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codesnap"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
description = "Pure Rust library for generating beautiful code snapshots"
66
license = "MIT"

0 commit comments

Comments
 (0)