Skip to content

Commit 3193e9c

Browse files
committed
chore: bump version to rc1
1 parent 734f940 commit 3193e9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.4.0"
2+
version = "0.5.0-rc1"
33
edition = "2024"
44
license = "MIT"
55
description = "impl screencopy for wayland"
@@ -41,7 +41,7 @@ nix = { version = "0.30.0", features = ["fs", "mman"] }
4141
memmap2 = "0.9.5"
4242

4343
[dependencies]
44-
libharuhishot = { path = "libharuhishot", version = "0.4.0" }
44+
libharuhishot = { path = "libharuhishot", version = "0.5.0-rc1" }
4545

4646
image.workspace = true
4747
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.4.0', meson_version: '>= 0.60')
1+
project('haruhishot', 'rust', version: '0.5.0-rc1', meson_version: '>= 0.60')
22

33
dependency('wayland-client')
44

0 commit comments

Comments
 (0)