From 05598af36edddd94b2349217da0e7c9ec65c06b1 Mon Sep 17 00:00:00 2001 From: Javier Viola <363911+pepoviola@users.noreply.github.com> Date: Sun, 31 Mar 2024 07:07:38 +0200 Subject: chore: unpin log crate version (#23082) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e2adef31..c8e7531c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ jsonc-parser = { version = "=0.23.0", features = ["serde"] } lazy-regex = "3" libc = "0.2.126" libz-sys = { version = "1.1", default-features = false } -log = "=0.4.20" +log = "0.4.20" lsp-types = "=0.94.1" # used by tower-lsp and "proposed" feature is unstable in patch releases memmem = "0.1.1" monch = "=0.5.0" -- cgit v1.2.3