diff options
author | 2025-04-02 03:36:42 +0100 | |
---|---|---|
committer | 2025-04-02 03:36:42 +0100 | |
commit | 92c8d59b846592ae71136f044b2197091c2a782d (patch) | |
tree | 5d02bf1bfdec5c6346958d12d25dc55576952f10 /.cargo | |
parent | e0dc6ee5d2147027baba7b9218259ab0b04faa7c (diff) | |
download | blossom-92c8d59b846592ae71136f044b2197091c2a782d.tar.gz blossom-92c8d59b846592ae71136f044b2197091c2a782d.tar.bz2 blossom-92c8d59b846592ae71136f044b2197091c2a782d.zip |
update dependencies
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |