mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 02:25:12 +00:00
6793300850
The golang.org/sys/crypto library uses math/bits, which was only introduced in Go 1.9.
9 lines
355 B
Plaintext
9 lines
355 B
Plaintext
Enhancement: Allow saving OneDrive folders in Windows
|
|
|
|
Restic now contains a bugfix to two libraries, which allows saving OneDrive
|
|
folders in Windows. In order to use the newer versions of the libraries, the
|
|
minimal version required to compile restic is now Go 1.9.
|
|
|
|
https://github.com/restic/restic/issues/1758
|
|
https://github.com/restic/restic/pull/1765
|