Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
remove wlroots in meson.build
  • Loading branch information
Decodetalkers committed Feb 3, 2024
1 parent 37b066f commit af8ff3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "haruhishot"
version = "0.3.17"
version = "0.3.18"
edition = "2021"
build = "build.rs"

Expand Down
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
project('haruhishot', 'rust',
version: '0.3.17',
version: '0.3.18',
meson_version: '>= 0.60'
)

dependency('wayland-client')
dependency('wlroots')

cargo = find_program('cargo', version: '>= 1.66')

Expand Down

0 comments on commit af8ff3c

Please sign in to comment.