Skip to content

Commit

Permalink
Bumped package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evoggy committed Aug 24, 2024
1 parent 2a85144 commit 8ec89b5
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 53 deletions.
184 changes: 137 additions & 47 deletions src-tauri/Cargo.lock

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

12 changes: 6 additions & 6 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tauri-build = { version = "2.0.0-rc", features = [] }
tauri = { version = "2.0.0-rc", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ts-rs = "7.1.1"
ts-rs = "9.0.1"

#crazyflie-link = {path="../../crazyflie-link-rs/crazyflie-link"}
#crazyflie-lib = {path="../../crazyflie-lib-rs"}
Expand All @@ -26,15 +26,15 @@ async_executors = { version="0.4.2", features= ["timer", "async_std"] }
futures-util = "0.3"
futures = "0.3"
async-stream = "0.3.1"
flume = "0.10.5"
flume = "0.11.0"
async-trait = "0.1.50"
num_enum = "0.5.1"
half = "1.7.1"
async-broadcast = "0.3.4"
num_enum = "0.7.3"
half = "2.4.1"
async-broadcast = "0.7.1"

async-std = { version = "1.9.0", features = ["attributes"] }

env_logger = "0.9.0"
env_logger = "0.11.5"
anyhow = "1.0.80"
tokio = { version = "1.36.0", features = ["full"] }
tauri-plugin-shell = "2.0.0-rc"
Expand Down

0 comments on commit 8ec89b5

Please sign in to comment.