Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed May 13, 2024
1 parent b1a2a23 commit 443b19f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ serde_json = "1"
stream-cancel = "0.8"
tokio = {version = "1", features = ["full"]}
tracked = "0.5"
turbosql = "0.10.0"

# this can be removed when updating to egui 0.26
[target.'cfg(any(target_os = "windows"))'.dependencies]
winapi = {version = "0.3.9", features = ["winuser"]}
turbosql = "0.10"

# Optimize all dependencies even in debug builds:
[profile.dev.package."*"]
Expand Down

0 comments on commit 443b19f

Please sign in to comment.