Skip to content

Commit c47ad0d

Browse files
committed
Update dependencies
1 parent 4dcb738 commit c47ad0d

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

Cargo.lock

+30-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nil/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88
[dependencies]
99
anyhow = "1.0.68"
1010
argh = "0.1.10"
11-
async-lsp = { git = "https://github.com/oxalica/async-lsp.git" }
11+
async-lsp = "0.0.4"
1212
atty = "0.2.14"
1313
codespan-reporting = "0.11.1"
1414
ide = { path = "../ide" }

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rec {
2626

2727
cargoLock = {
2828
lockFile = ./Cargo.lock;
29-
allowBuiltinFetchGit = true;
29+
allowBuiltinFetchGit = false;
3030
};
3131

3232
nativeBuildInputs = [ nix.out ];

0 commit comments

Comments
 (0)