aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11011364..cd2e2b35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
members = ["niri-visual-tests"]
[workspace.package]
-version = "0.1.1"
+version = "0.1.2"
description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
@@ -54,8 +54,8 @@ input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.153"
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
-niri-config = { version = "0.1.1", path = "niri-config" }
-niri-ipc = { version = "0.1.1", path = "niri-ipc", features = ["clap"] }
+niri-config = { version = "0.1.2", path = "niri-config" }
+niri-ipc = { version = "0.1.2", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "4.10.0", optional = true }
pangocairo = "0.19.1"
pipewire = { version = "0.8.0", optional = true }
@@ -115,7 +115,7 @@ lto = "thin"
debug = false
[package.metadata.generate-rpm]
-version = "0.1.1"
+version = "0.1.2"
assets = [
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },