This commit is contained in:
Noah Santschi-Cooney 2021-02-19 01:23:17 +00:00
parent 248afcd988
commit b649aeb1f6
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
5 changed files with 7 additions and 5 deletions

4
server/Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
@ -701,7 +703,7 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "mcshader-lsp"
version = "0.9.4"
version = "0.9.5"
dependencies = [
"anyhow",
"bit-set",

View file

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