]> git.proxmox.com Git - vma-to-pbs.git/commitdiff
move .cargo/config to .cargo/config.toml
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 10:38:39 +0000 (12:38 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 10:38:39 +0000 (12:38 +0200)
the old location has been deprecated for a while, and rustc 1.78 will start to warn about it.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
.cargo/config [deleted file]
.cargo/config.toml [new file with mode: 0644]

diff --git a/.cargo/config b/.cargo/config
deleted file mode 100644 (file)
index 3b5b6e4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[source]
-[source.debian-packages]
-directory = "/usr/share/cargo/registry"
-[source.crates-io]
-replace-with = "debian-packages"
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644 (file)
index 0000000..3b5b6e4
--- /dev/null
@@ -0,0 +1,5 @@
+[source]
+[source.debian-packages]
+directory = "/usr/share/cargo/registry"
+[source.crates-io]
+replace-with = "debian-packages"