Make compatible with latest cargo deps

This commit is contained in:
Tor
2022-01-30 17:47:57 +00:00
committed by dcz
parent dfe2c60646
commit 417fe35e91
14 changed files with 196 additions and 74 deletions

View File

@ -7,9 +7,9 @@ option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')
option('legacy',
option('newer',
type: 'boolean', value: false,
description: 'Build with Deban Buster versions of dependencies')
description: 'Build with dependencies newer than those of Byzantium')
option('strict',
type: 'boolean', value: true,