Skip to content

Commit

Permalink
chore(libwayshot): Tag 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Oct 8, 2023
1 parent 7546574 commit d7467df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wayshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = "4.4.6"
env_logger = { version = "0.10.0", default-features = false, features = ["auto-color", "color"] }
log = "0.4.20"

libwayshot = { version="0.2.0", path = "../libwayshot" }
libwayshot = { version="0.3.0", path = "../libwayshot" }

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

Expand Down

0 comments on commit d7467df

Please sign in to comment.