diff options
author | Javier Viola <363911+pepoviola@users.noreply.github.com> | 2024-03-31 07:07:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 05:07:38 +0000 |
commit | 05598af36edddd94b2349217da0e7c9ec65c06b1 (patch) | |
tree | eea9f044e24df2aefb6fd545d3844dbc81a4b1e3 | |
parent | d0a579a7b29ae733c20e8a3a99b0df24c478791c (diff) |
chore: unpin log crate version (#23082)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |