mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Bump version to 0.1.2
This commit is contained in:
Generated
+4
-4
@@ -2083,7 +2083,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "niri"
|
name = "niri"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
@@ -2125,7 +2125,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "niri-config"
|
name = "niri-config"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.4.2",
|
"bitflags 2.4.2",
|
||||||
"knuffel",
|
"knuffel",
|
||||||
@@ -2139,7 +2139,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "niri-ipc"
|
name = "niri-ipc"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -2147,7 +2147,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "niri-visual-tests"
|
name = "niri-visual-tests"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"gtk4",
|
"gtk4",
|
||||||
|
|||||||
+4
-4
@@ -2,7 +2,7 @@
|
|||||||
members = ["niri-visual-tests"]
|
members = ["niri-visual-tests"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "A scrollable-tiling Wayland compositor"
|
description = "A scrollable-tiling Wayland compositor"
|
||||||
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
|
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
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 }
|
keyframe = { version = "1.1.1", default-features = false }
|
||||||
libc = "0.2.153"
|
libc = "0.2.153"
|
||||||
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
|
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
|
||||||
niri-config = { version = "0.1.1", path = "niri-config" }
|
niri-config = { version = "0.1.2", path = "niri-config" }
|
||||||
niri-ipc = { version = "0.1.1", path = "niri-ipc", features = ["clap"] }
|
niri-ipc = { version = "0.1.2", path = "niri-ipc", features = ["clap"] }
|
||||||
notify-rust = { version = "4.10.0", optional = true }
|
notify-rust = { version = "4.10.0", optional = true }
|
||||||
pangocairo = "0.19.1"
|
pangocairo = "0.19.1"
|
||||||
pipewire = { version = "0.8.0", optional = true }
|
pipewire = { version = "0.8.0", optional = true }
|
||||||
@@ -115,7 +115,7 @@ lto = "thin"
|
|||||||
debug = false
|
debug = false
|
||||||
|
|
||||||
[package.metadata.generate-rpm]
|
[package.metadata.generate-rpm]
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
assets = [
|
assets = [
|
||||||
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
|
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
|
||||||
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },
|
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ repository.workspace = true
|
|||||||
bitflags.workspace = true
|
bitflags.workspace = true
|
||||||
knuffel = "3.2.0"
|
knuffel = "3.2.0"
|
||||||
miette = "5.10.0"
|
miette = "5.10.0"
|
||||||
niri-ipc = { version = "0.1.1", path = "../niri-ipc" }
|
niri-ipc = { version = "0.1.2", path = "../niri-ipc" }
|
||||||
regex = "1.10.3"
|
regex = "1.10.3"
|
||||||
smithay = { workspace = true, features = ["backend_libinput"] }
|
smithay = { workspace = true, features = ["backend_libinput"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ repository.workspace = true
|
|||||||
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] }
|
gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] }
|
||||||
niri = { version = "0.1.1", path = ".." }
|
niri = { version = "0.1.2", path = ".." }
|
||||||
niri-config = { version = "0.1.1", path = "../niri-config" }
|
niri-config = { version = "0.1.2", path = "../niri-config" }
|
||||||
smithay.workspace = true
|
smithay.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
tracing-subscriber.workspace = true
|
tracing-subscriber.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user