Skip to content

Commit

Permalink
Release 0.6.2
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 Feb 9, 2024
1 parent 49cca77 commit f34479f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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.

4 changes: 2 additions & 2 deletions harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "harper-core"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
description = "The language checker for artists."
description = "The language checker for developers."
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/chilipepperhott/harper"
Expand Down
6 changes: 4 additions & 2 deletions harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "harper-ls"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
description = "The language checker for artists."
description = "The language checker for developers."
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/chilipepperhott/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.6.0" }
Expand Down

0 comments on commit f34479f

Please sign in to comment.