Skip to content

Commit b193d4b

Browse files
committed
finalize
Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
1 parent d3869ac commit b193d4b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ num = { version = "0.4", default-features = false }
1313
num-derive = { version = "0.4", default-features = false }
1414
num-traits = { version = "0.2", default-features = false }
1515
zbus = { version = "5.3", default-features = false, features = ["tokio"] }
16-
#modemmanager-sys = { git = "https://github.com/omnect/modemmanager-sys.git", features = ["zbus"], tag = "0.1.4" }
17-
modemmanager-sys = { git = "https://github.com/janzachmann/modemmanager-sys.git", features = ["zbus"], branch = "chore" }
16+
modemmanager-sys = { git = "https://github.com/omnect/modemmanager-sys.git", features = [
17+
"zbus",
18+
], tag = "0.1.4" }
1819

1920
[features]
2021
ModemManager-1_20 = []

0 commit comments

Comments
 (0)