Skip to content

Commit

Permalink
Update MSRV in Meson build
Browse files Browse the repository at this point in the history
Co-authored-by: Arnold Loubriat <[email protected]>
  • Loading branch information
mwcampbell and DataTriny authored Dec 15, 2024
1 parent 27c4273 commit 9435946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cc = meson.get_compiler('c')
# MSRV - Minimum Supported Rust Version
# If you change this, please update these:
# - the "rust-version" value in Cargo.toml
msrv = '1.70.0'
msrv = '1.75.0'
cargo = find_program('cargo', version:'>= @0@'.format(msrv))
cargo_wrapper = find_program('meson/cargo_wrapper.py', native: true)
rustc = find_program('rustc', version:'>= @0@'.format(msrv))
Expand Down

0 comments on commit 9435946

Please sign in to comment.