Skip to content

Commit 830f439

Browse files
committed
bump xmodits_lib to fix a minor regression
1 parent 526ebbd commit 830f439

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xmodits-gui"
33
authors = ["B0ney <https://github.com/B0ney>"]
44
description = "XMODITS graphical application"
5-
version = "0.12.2"
5+
version = "0.12.3"
66
edition = "2021"
77
build = "build.rs"
88
license = "GPLv3"
@@ -26,7 +26,7 @@ tracing = "0.1"
2626

2727
[workspace.dependencies.xmodits-lib]
2828
git = "https://github.com/B0ney/xmodits-lib.git"
29-
rev = "6f4da08"
29+
rev = "771c354"
3030
features = ["serde"]
3131

3232
[workspace.dependencies.iced]

assets/manual.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XMODITS v0.12.2 MANUAL
1+
XMODITS v0.12.3 MANUAL
22

33
Author: B0ney
44
Last Modified: 26 August 2024

0 commit comments

Comments
 (0)