Skip to content

Commit

Permalink
chore: zbus need rustc more than 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Mar 7, 2024
1 parent 3751d46 commit 7118cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ project(
meson_version : '>= 1.1.0'
)

cargo = find_program('cargo', version: '>= 1.70')
cargo = find_program('cargo', version: '>= 1.75')

rustc = find_program('rustc', version: '>= 1.70')
rustc = find_program('rustc', version: '>= 1.75')

if get_option('debug')
command = [
Expand Down

0 comments on commit 7118cbe

Please sign in to comment.