Skip to content

Commit

Permalink
[bump] 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Sep 7, 2022
1 parent e36faf9 commit 31baff5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
34 changes: 15 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion 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.2.1"
version = "1.2.2"
exclude = [
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
Expand All @@ -28,6 +28,9 @@ wayland-client = "0.29.4"
wayland-protocols = { version = "0.29.4", features=["unstable_protocols", "client"] }
tempfile = "3.3.0"

[build-dependencies]
flate2 = "1.0.24"

[[bin]]
name = "wayshot"
path = "src/wayshot.rs"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="./LICENSE.md"><img src="https://img.shields.io/github/license/waycrate/wayshot?style=flat-square&logo=appveyor"></a>
<img src="https://img.shields.io/badge/cargo-v1.2.1-green?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/badge/cargo-v1.2.2-green?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/issues/waycrate/wayshot?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/forks/waycrate/wayshot?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/stars/waycrate/wayshot?style=flat-square&logo=appveyor">
Expand Down

0 comments on commit 31baff5

Please sign in to comment.