Skip to content

Commit 85af349

Browse files
committed
Update libsurfacedtx dependency
1 parent 2a0ea29 commit 85af349

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

surface-dtx-daemon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dbus-crossroads = "0.5.2"
1919
futures = "0.3.31"
2020
libc = "0.2.172"
2121
nix = "0.29.0"
22-
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" }
23-
sdtx-tokio = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" }
22+
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.6" }
23+
sdtx-tokio = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.6" }
2424
serde = { version = "1.0.219", features = ['derive'] }
2525
tokio = { version = "1.44.2", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] }
2626
toml = "0.8.20"

0 commit comments

Comments
 (0)