From e3c8caffa7c12dd5e417f65a02bbdc22ed060438 Mon Sep 17 00:00:00 2001 From: Rachel <508861+Ryex@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:17:15 -0700 Subject: [PATCH] update cargolock to point at latest lsp --- ic10lsp_wasm/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic10lsp_wasm/Cargo.lock b/ic10lsp_wasm/Cargo.lock index 5812c9c..b621ee9 100644 --- a/ic10lsp_wasm/Cargo.lock +++ b/ic10lsp_wasm/Cargo.lock @@ -395,7 +395,7 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "ic10lsp" version = "0.7.4" -source = "git+https://github.com/Ryex/ic10lsp.git?branch=wasm#902fdff6e6c42b4a26f28c5df54903cfd61483df" +source = "git+https://github.com/Ryex/ic10lsp.git?branch=wasm#fe4b1177979a1260469a511f577049b0d7f3aa14" dependencies = [ "clap", "const-crc32",