Skip to content

Commit ac949d4

Browse files
committed
chore: publish 1.6.0
1 parent 8b44686 commit ac949d4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -9,11 +9,11 @@ homepage = "https://waycrate.github.io"
99
description = "Screenshot crate for wlroots based compositors implementing the zwlr_screencopy_v1 protocol."
1010
keywords = ["screenshot", "wayland", "wlroots", "wayshot"]
1111
repository = "https://github.com/waycrate/wayshot"
12-
version = "1.6.0-rc1"
12+
version = "1.6.0"
1313
edition = "2024"
1414

1515
[workspace.dependencies]
16-
libwayshot = { version = "0.9.0-rc1", path = "./libwayshot", default-features = false }
16+
libwayshot = { version = "0.9.0", path = "./libwayshot", default-features = false }
1717
tracing = "0.1"
1818
tracing-subscriber = "0.3"
1919
r-egl-wayland = "0.7"

libwayshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwayshot"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0"
44
authors.workspace = true
55
description.workspace = true
66
keywords.workspace = true

0 commit comments

Comments
 (0)