Skip to content

Commit

Permalink
[bump] wayshot and libwayshot -dev tag
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Dec 18, 2023
1 parent d3cdd32 commit 0ecd4e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 libwayshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["screenshot", "wayland", "wlroots", "wayshot"]
license = "BSD-2-Clause"
repository = "https://git.sr.ht/~shinyzenith/wayshot"
name = "libwayshot"
version = "0.3.0"
version = "0.3.1-dev"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions wayshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["screenshot", "wayland", "wlroots"]
license = "BSD-2-Clause"
name = "wayshot"
repository = "https://git.sr.ht/~shinyzenith/wayshot"
version = "1.3.1"
version = "1.3.2-dev"

[build-dependencies]
flate2 = "1.0.27"
Expand All @@ -19,7 +19,7 @@ clap = "4.4.6"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"

libwayshot = { version="0.3.0", path = "../libwayshot" }
libwayshot = { version="0.3.1-dev", path = "../libwayshot" }

image = { version = "0.24", default-features = false, features = ["jpeg", "png", "pnm", "qoi"] }

Expand Down

0 comments on commit 0ecd4e4

Please sign in to comment.