mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2025-01-07 20:49:56 -06:00
switch to stable toolchain
Had to use nightly to get the strip option previously, but it's stable now.
This commit is contained in:
parent
4032fbe7ff
commit
058c9ac769
|
@ -1,2 +1,2 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "stable"
|
||||||
|
|
Loading…
Reference in a new issue