Skip to content

Commit 8c09adb

Browse files
committed
chore: let me try again
1 parent 9f1e508 commit 8c09adb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
components: clippy rustfmt
4949
- name: Install wayland dependencies
5050
run: |
51-
pacman -Syu --noconfirm wayland base-devel mesa pango cairo
51+
pacman -Syu --noconfirm wayland base-devel mesa pango cairo github-cli git
5252
- name: Obtain crates.io token
5353
uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
5454
id: auth

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.6.1"
2+
version = "0.6.2"
33
edition = "2024"
44
license = "MIT"
55
description = "impl screencopy for wayland"
@@ -43,7 +43,7 @@ nix = { version = "0.31.1", features = ["fs", "mman"] }
4343
memmap2 = "0.9.10"
4444

4545
[dependencies]
46-
libharuhishot = { path = "libharuhishot", version = "0.6.1" }
46+
libharuhishot = { path = "libharuhishot", version = "0.6.2" }
4747

4848
image.workspace = true
4949
memmap2.workspace = true

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('haruhishot', 'rust', version: '0.6.1', meson_version: '>= 0.60')
1+
project('haruhishot', 'rust', version: '0.6.2', meson_version: '>= 0.60')
22

33
dependency('wayland-client')
44

0 commit comments

Comments
 (0)