Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Jan 7, 2024
1 parent 9c49207 commit 2529ce3
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 90 deletions.
94 changes: 45 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions examples/combined-sensor-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"

anyhow = "1.0"

# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
6 changes: 2 additions & 4 deletions examples/encoder-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"

anyhow = "1.0"

# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
8 changes: 2 additions & 6 deletions examples/hub-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"
anyhow = "1.0"


# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
5 changes: 1 addition & 4 deletions examples/motor-closed-loop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"
anyhow = "1.0"


# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
5 changes: 1 addition & 4 deletions examples/remote-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"
anyhow = "1.0"


# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
6 changes: 1 addition & 5 deletions examples/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"
anyhow = "1.0"

# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
5 changes: 1 addition & 4 deletions examples/vision-sensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ edition = "2021"
[dependencies]
lego-powered-up = { path = "../../lego-powered-up" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
btleplug = "0.10"
futures = "0.3"

#text_io = "0.1.12"
anyhow = "1.0"
text_io = "0.1.12"


# needed to crosscompile on WSL
dbus = {version = "0.9.7", features = ["vendored"], optional = true}
dbus = { version = "0.9.7", features = ["vendored"], optional = true }

[features]
wslcross = ["dep:dbus"]
Loading

0 comments on commit 2529ce3

Please sign in to comment.