Skip to content

Commit

Permalink
Reduced tokio dependencies slightly
Browse files Browse the repository at this point in the history
We're only directly using the macros feature.
  • Loading branch information
bjorn committed Nov 17, 2023
1 parent b2c989e commit d1175e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ slint = "1.3.0"
stellar-base = { version = "0.6", default-features = false }
stellar-horizon = "0.7"
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["macros"] }

[target.'cfg(target_family = "windows")'.build-dependencies]
windows_exe_info = "0.4.0"
Expand Down

0 comments on commit d1175e9

Please sign in to comment.