polarity: latest-unstable-2025-02-28 -> latest-unstable-2025-03-14 (#390322)

Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-16 09:52:18 +00:00
committed by GitHub
co-authored by MangoIV
2 changed files with 16 additions and 22 deletions
+12 -18
View File
@@ -1997,7 +1997,7 @@ dependencies = [
"log",
"lsp-server",
"reqwest",
"tower-lsp",
"tower-lsp-server",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
@@ -2014,7 +2014,7 @@ dependencies = [
"miette",
"miette_util",
"printer",
"tower-lsp",
"tower-lsp-server",
"url",
]
@@ -2509,11 +2509,12 @@ dependencies = [
"log",
"lsp-server",
"miette",
"parser",
"printer",
"termsize",
"thiserror",
"tokio",
"tower-lsp",
"tower-lsp-server",
]
[[package]]
@@ -2823,15 +2824,14 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.8"
version = "0.17.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
dependencies = [
"cc",
"cfg-if",
"getrandom 0.2.15",
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
]
@@ -3090,12 +3090,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
@@ -3595,9 +3589,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-lsp"
version = "0.20.0"
source = "git+https://github.com/tower-lsp/tower-lsp?rev=19f5a87810ff4b643d2bc394e438450bd9c74365#19f5a87810ff4b643d2bc394e438450bd9c74365"
name = "tower-lsp-server"
version = "0.21.0"
source = "git+https://github.com/tower-lsp-community/tower-lsp-server?rev=ae955f1d1c2a86bf675cc9bd0638e4c684864a6d#ae955f1d1c2a86bf675cc9bd0638e4c684864a6d"
dependencies = [
"async-codec-lite",
"async-trait",
@@ -3611,14 +3605,14 @@ dependencies = [
"serde",
"serde_json",
"tower",
"tower-lsp-macros",
"tower-lsp-server-macros",
"tracing",
]
[[package]]
name = "tower-lsp-macros"
name = "tower-lsp-server-macros"
version = "0.9.0"
source = "git+https://github.com/tower-lsp/tower-lsp?rev=19f5a87810ff4b643d2bc394e438450bd9c74365#19f5a87810ff4b643d2bc394e438450bd9c74365"
source = "git+https://github.com/tower-lsp-community/tower-lsp-server?rev=ae955f1d1c2a86bf675cc9bd0638e4c684864a6d#ae955f1d1c2a86bf675cc9bd0638e4c684864a6d"
dependencies = [
"proc-macro2",
"quote",
+4 -4
View File
@@ -7,19 +7,19 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-02-28";
version = "latest-unstable-2025-03-14";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "627a0d0ebfca2a586279e284921e05313514d374";
hash = "sha256-Q/lx4/cFpttbGRvyPnMC6YBHn/7kyKZAP5Y2mtBeGQ8=";
rev = "ab9fda44fb490da445dcaee7ad9f8bf08b9e9e10";
hash = "sha256-ufWHDqvAaQiqwlezm95BCTLMdQEK5NTmMQgeq3oKR1o=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tower-lsp-0.20.0" = "sha256-f3S2CyFFX6yylaxMoXhB1/bfizVsLfNldLM+dXl5Y8k=";
"tower-lsp-server-0.21.0" = "sha256-aeCc8m7zf3Kww1EBmMJFhQTYJ9lP6+R+9WzQ8yaj3Jo=";
};
};