Skip to content

Commit

Permalink
Release 0.8.0
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 8, 2024
1 parent 8ff3182 commit 70e0fd4
Show file tree
Hide file tree
Showing 3 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.7.6"
version = "0.8.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "harper-ls"
version = "0.7.6"
version = "0.8.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/elijah-potter/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.7.0" }
harper-core = { path = "../harper-core", version = "0.8.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.36.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.1", features = ["derive"] }
Expand Down

0 comments on commit 70e0fd4

Please sign in to comment.