Skip to content

Commit 3195f7c

Browse files
committed
chore: Release
1 parent ff0e25c commit 3195f7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

crates/f-xoss-util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "f-xoss-util"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
description = "Free your XOSS device: a FOSS companion app for XOSS bike computers"
88

99

1010
[dependencies]
11-
f-xoss = { path = "../f-xoss", version = "0.1.1" }
11+
f-xoss = { path = "../f-xoss", version = "0.1.2" }
1212

1313
btleplug = "0.10.5"
1414
uuid = "1.3.2"

crates/f-xoss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "f-xoss"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)