Skip to content

Commit 086c654

Browse files
committed
chore: bump version to 0.0.2
1 parent 24a9e53 commit 086c654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1"
6+
version = "0.0.2"
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.1", path = "../codelens-core" }
21+
codelens-core = { version = "0.0.2", path = "../codelens-core" }
2222

2323
# CLI
2424
clap.workspace = true

0 commit comments

Comments
 (0)