Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
elijah-potter committed Mar 25, 2024
1 parent 6e7cbe1 commit b6ae576
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-core"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-ls"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Finally, if you have [Rust installed](https://www.rust-lang.org/tools/install),
To install `harper-ls`, simply run:

```bash
cargo install harper-ls
cargo install harper-ls --locked
```

## Dictionaries
Expand Down

0 comments on commit b6ae576

Please sign in to comment.