From 92c8d59b846592ae71136f044b2197091c2a782d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 2 Apr 2025 03:36:42 +0100 Subject: update dependencies --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c91c3f3 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[net] +git-fetch-with-cli = true -- cgit