Skip to content

Commit

Permalink
0.2.4 The stupidest patch yet
Browse files Browse the repository at this point in the history
  • Loading branch information
yavko committed Aug 18, 2022
1 parent 796a420 commit 0f1b676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyprland"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["yavko <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Lets get started with Hyprland-rs!
Add the code below to the dependencies section of your Cargo.toml file!

```toml
hyprland = "0.2.3"
hyprland = "0.2.4"
```

### What this crate provides
Expand Down
2 changes: 1 addition & 1 deletion src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ where
#[derive(Deserialize, Debug)]
#[serde(untagged)]
enum Aux {
Special(i8),
Reg(u8),
Special(i8),
}

match Deserialize::deserialize(deserializer)? {
Expand Down

0 comments on commit 0f1b676

Please sign in to comment.