Skip to content

Commit 976a921

Browse files
committed
Use .cargo/config.toml instead of .cargo/config
`.cargo/config` will be deprecated in Rust 1.78. `.cargo/config.toml` has been supported since Rust 1.38. rust-lang/cargo#13349
1 parent f7f5156 commit 976a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/mkcrate.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ let
177177

178178
configureCargo = ''
179179
mkdir -p .cargo
180-
cat > .cargo/config <<'EOF'
180+
cat > .cargo/config.toml <<'EOF'
181181
[net]
182182
offline = true
183183
[target."${rustBuildTriple}"]

0 commit comments

Comments
 (0)