meson: update cargo to minimum 1.40

This commit is contained in:
Stéphane Cerveau 2020-02-25 13:44:46 +01:00
parent 750b29b76c
commit 1c7f9041e0

View file

@ -9,7 +9,7 @@ else
target = 'release'
endif
cargo = find_program('cargo', version:'>=1.39')
cargo = find_program('cargo', version:'>=1.40')
cargo_wrapper = find_program('cargo_wrapper.py')
system = build_machine.system()