Skip to content

Commit b9305f9

Browse files
committed
meta: Bump to v0.2.5, reference version and edition by workspace
1 parent bd7adf0 commit b9305f9

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cherryrgb_cli"
3-
version = "0.2.4"
4-
edition = "2018"
3+
version.workspace = true
4+
edition.workspace = true
55
publish = false
66

77
[features]
@@ -11,10 +11,11 @@ uhid = ["cherryrgb/uhid"]
1111
members = [
1212
"service",
1313
"ncli",
14+
"cherryrgb"
1415
]
1516

1617
[workspace.package]
17-
version = "0.2.4"
18+
version = "0.2.5"
1819
edition = "2018"
1920
publish = false
2021

Diff for: cherryrgb/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cherryrgb"
3-
version = "0.2.4"
4-
edition = "2018"
3+
version.workspace = true
4+
edition.workspace = true
55
description = "Cherry RGB keyboard instrumentation"
66
repository = "https://github.com/skraus-dev/cherryrgb-rs"
77
license = "MIT"

0 commit comments

Comments
 (0)