Skip to content

Commit 2cc217a

Browse files
ekropotinclaude
andauthored
chore: update quickmark-core dependency to 1.0.0-beta.2 (#129)
* chore: update quickmark-core dependency to 1.0.0-beta.2 Update dependency references in CLI and server crates to match the latest core library version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7927f7c commit 2cc217a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ brew install quickmark-cli
7777
##### Option 2 - from crates
7878

7979
```shell
80-
cargo install quickmark-cli --version 1.0.0-beta.1
80+
cargo install quickmark-cli --version 1.0.0-beta.2
8181
```
8282

8383
##### Option 3 - download from the release page
@@ -171,7 +171,7 @@ Or just drug and drop the file to the Extensions Pane in the editor.
171171
Install via cargo:
172172

173173
```bash
174-
cargo install quickmark-server --version 1.0.0-beta.1
174+
cargo install quickmark-server --version 1.0.0-beta.2
175175
```
176176

177177
Or download the binary for your platform from the latest [release page](https://github.com/ekropotin/quickmark/releases)

crates/quickmark-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717
[dependencies]
1818
anyhow = "1.0.86"
1919
clap = { version = "4.5.4", features = ["derive"] }
20-
quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.1" }
20+
quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.2" }
2121
glob = "0.3"
2222
rayon = "1.8"
2323
ignore = "0.4"

crates/quickmark-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["text-processing", "development-tools", "text-editors"]
1212

1313
[dependencies]
1414
anyhow = "1.0.86"
15-
quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.1" }
15+
quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.2" }
1616
tower-lsp = "0.20.0"
1717
tokio = { version = "1.0", features = ["full"] }
1818

0 commit comments

Comments
 (0)