Skip to content

Commit 75c7911

Browse files
committed
Bump version to 0.1.10-1
Uhh, apparently cargo doesn't like four-component versions.
1 parent 4f44ef0 commit 75c7911

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["niri-visual-tests"]
33

44
[workspace.package]
5-
version = "0.1.10"
5+
version = "0.1.10-1"
66
description = "A scrollable-tiling Wayland compositor"
77
authors = ["Ivan Molodetskikh <[email protected]>"]
88
license = "GPL-3.0-or-later"
@@ -64,8 +64,8 @@ keyframe = { version = "1.1.1", default-features = false }
6464
libc = "0.2.162"
6565
libdisplay-info = "0.1.0"
6666
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
67-
niri-config = { version = "0.1.10", path = "niri-config" }
68-
niri-ipc = { version = "0.1.10", path = "niri-ipc", features = ["clap"] }
67+
niri-config = { version = "0.1.10-1", path = "niri-config" }
68+
niri-ipc = { version = "0.1.10-1", path = "niri-ipc", features = ["clap"] }
6969
notify-rust = { version = "~4.10.0", optional = true }
7070
ordered-float = "4.5.0"
7171
pango = { version = "0.20.4", features = ["v1_44"] }
@@ -139,7 +139,7 @@ lto = "thin"
139139
debug = false
140140

141141
[package.metadata.generate-rpm]
142-
version = "0.1.10"
142+
version = "0.1.10.1"
143143
assets = [
144144
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
145145
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },

niri-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bitflags.workspace = true
1212
csscolorparser = "0.7.0"
1313
knuffel = "3.2.0"
1414
miette = "5.10.0"
15-
niri-ipc = { version = "0.1.10", path = "../niri-ipc" }
15+
niri-ipc = { version = "0.1.10-1", path = "../niri-ipc" }
1616
regex = "1.11.1"
1717
smithay = { workspace = true, features = ["backend_libinput"] }
1818
tracing.workspace = true

niri-visual-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository.workspace = true
1111
adw = { version = "0.7.1", package = "libadwaita", features = ["v1_4"] }
1212
anyhow.workspace = true
1313
gtk = { version = "0.9.3", package = "gtk4", features = ["v4_12"] }
14-
niri = { version = "0.1.10", path = ".." }
15-
niri-config = { version = "0.1.10", path = "../niri-config" }
14+
niri = { version = "0.1.10-1", path = ".." }
15+
niri-config = { version = "0.1.10-1", path = "../niri-config" }
1616
smithay.workspace = true
1717
tracing.workspace = true
1818
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)