feat(git): switch to gitoxide for freeze command

This commit is contained in:
Harsh Shandilya 2023-05-11 13:31:07 +05:30
parent b37ede3442
commit 5372360c1c
No known key found for this signature in database
5 changed files with 1256 additions and 114 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "stable"
channel = "nightly-2023-02-22"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"