rust-analyzer: 2021-02-22 -> 2021-03-01

This commit is contained in:
Bastian Köcher 2021-03-01 12:21:10 +01:00
parent 77e75f1ed1
commit d8ce2df744
No known key found for this signature in database
GPG key ID: 3944BE3F0A559837
3 changed files with 2373 additions and 2282 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,10 +2,10 @@
{
rust-analyzer-unwrapped = callPackage ./generic.nix rec {
rev = "2021-02-22";
rev = "2021-03-01";
version = "unstable-${rev}";
sha256 = "sha256-QiVSwpTTOqR2WEm0nXyLLavlF2DnY9GY93HtpgHt2uI=";
cargoSha256 = "sha256-934ApOv/PJzkLc/LChckb/ZXKrh4kU556Bo/Zck+q8g=";
sha256 = "10x4fk1nxk548cfxrbfvz0kpa2r955d0bcnxxn8k8zmrdqxs3sph";
cargoSha256 = "02s6qnq61vifx59hnbaalqmfvp8anfik62y6rzy3rwm1l9r85qrz";
};
rust-analyzer = callPackage ./wrapper.nix {} {

View file

@ -3,7 +3,7 @@
"version": "0.4.0-dev",
"dependencies": {
"node-fetch": "^2.6.1",
"vscode-languageclient": "^7.1.0-next.1",
"vscode-languageclient": "^7.1.0-next.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/glob": "^7.1.3",
@ -20,7 +20,7 @@
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"typescript-formatter": "^7.2.2",
"vsce": "^1.81.1",
"vscode-test": "^1.4.1"
"vsce": "^1.85.0",
"vscode-test": "^1.5.1"
}
}