Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Nov 12, 2024
1 parent 5a3475c commit 92dbfcd
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 ginko/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ginko"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
description = "A device-tree source parser and analyzer"
Expand Down
4 changes: 2 additions & 2 deletions ginko_ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ginko_ls"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
description = "A language server for device-trees"
Expand All @@ -16,7 +16,7 @@ parking_lot = "0.12.3"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "io-std"] }
tower-lsp = "0.20.0"
tracing-subscriber = "0.3.18"
ginko = { version = "^0.0.7", path = "../ginko" }
ginko = { version = "^0.0.8", path = "../ginko" }
url = "2.5.2"
clap = { version = "4", features = ["derive"] }
serde = "1"
Expand Down

0 comments on commit 92dbfcd

Please sign in to comment.