Skip to content

Commit b6ae576

Browse files
committed
Release 0.8.3
[email protected] [email protected] Generated by cargo-workspaces
1 parent 6e7cbe1 commit b6ae576

File tree

4 files changed

+5
-5
lines changed

4 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.

harper-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 = "harper-core"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
edition = "2021"
55
description = "The language checker for developers."
66
license = "Apache-2.0"

harper-ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harper-ls"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
edition = "2021"
55
description = "The language checker for developers."
66
license = "Apache-2.0"

harper-ls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Finally, if you have [Rust installed](https://www.rust-lang.org/tools/install),
1818
To install `harper-ls`, simply run:
1919

2020
```bash
21-
cargo install harper-ls
21+
cargo install harper-ls --locked
2222
```
2323

2424
## Dictionaries

0 commit comments

Comments
 (0)