release 0.9.8

This commit is contained in:
Noah Santschi-Cooney 2022-04-24 22:38:20 +01:00
parent 941822c5c7
commit d8d77ac600
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
7 changed files with 17 additions and 9 deletions

6
server/Cargo.lock generated
View file

@ -656,7 +656,7 @@ dependencies = [
[[package]]
name = "logging"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"lazy_static",
"rand 0.8.5",
@ -668,7 +668,7 @@ dependencies = [
[[package]]
name = "logging_macro"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"quote",
"syn",
@ -703,7 +703,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "mcshader-lsp"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"anyhow",
"fs_extra",

View file

@ -1,6 +1,6 @@
[package]
name = "logging"
version = "0.9.7"
version = "0.9.8"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "logging_macro"
version = "0.9.7"
version = "0.9.8"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "mcshader-lsp"
version = "0.9.7"
version = "0.9.8"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"