Search Criteria
Package Details: conserve 0.6.10-2
Git Clone URL: | https://aur.archlinux.org/conserve.git (read-only, click to copy) |
---|---|
Package Base: | conserve |
Description: | Robust portable backup tool written in Rust |
Upstream URL: | https://github.com/sourcefrog/conserve |
Keywords: | archive backup |
Licenses: | |
Submitter: | orhun |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-17 13:58 |
Last Updated: | 2021-02-16 01:39 |
Latest Comments
JP-Ellis commented on 2021-02-16 05:29
Thanks for the fix!
orhun commented on 2021-02-16 01:39
@JP-Ellis
Hmm, it seems like it's using nightly features indeed:
Fixed with
-2
JP-Ellis commented on 2021-02-15 00:38
Should the PKGBUILD use
--all-features
?Specifically, this enables the
blake2-rfc/simd_asm
feature which is a nightly-only feature, and thus is not compatible with non-nightly version of Rust.