Skip to content

Commit 7aa6767

Browse files
committed
chore: bump version to 0.0.3
1 parent 0830f54 commit 7aa6767

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.0.2"
6+
version = "0.0.3"
77
edition = "2021"
88
rust-version = "1.85"
99
license = "MIT"

crates/codelens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "codelens"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
codelens-core = { version = "0.0.2", path = "../codelens-core" }
21+
codelens-core = { version = "0.0.3", path = "../codelens-core" }
2222

2323
# CLI
2424
clap.workspace = true

0 commit comments

Comments
 (0)