Skip to content

Commit

Permalink
[Release] v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Dec 2, 2024
1 parent 6e06044 commit 8e88921
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap-cli"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
description = "CLI tools for generating beautiful code snapshots"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ path = "src/main.rs"
ansi_term = "0.12.1"
anyhow = "1.0.91"
clap = { version = "4.5.21", features = ["derive"] }
codesnap = { path = "../core", version = "0.7.2" }
codesnap = { path = "../core", version = "0.7.3" }
home = "0.5.9"
indicatif = "0.17.9"
serde_json = "1.0.132"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
description = "Pure Rust library for generating beautiful code snapshots"
license = "MIT"
Expand Down

0 comments on commit 8e88921

Please sign in to comment.