Lines Matching +full:- +full:- +full:version
1 project('anyhow-1-rs', 'rust',
3 version: '1.0.98',
4 license: 'MIT OR Apache-2.0',
9 rust_args = ['--cap-lints', 'allow']
10 rust_args += ['--cfg', 'feature="std"']
11 if rustc.version().version_compare('<1.65.0')
12 error('rustc version ' + rustc.version() + ' is unsupported. Please upgrade to at least 1.65.0')
14 rust_args += [ '--cfg', 'std_backtrace' ] # >= 1.65.0
15 if rustc.version().version_compare('<1.81.0')
16 rust_args += [ '--cfg', 'anyhow_no_core_error' ]
33 meson.override_dependency('anyhow-1-rs', anyhow_dep)