Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 7, 2024
1 parent b61fefd commit 11ca91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sh-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0.116"
serde = { version = "1.0.200", features = ["derive"] }
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tauri = { version = "1.6.2", features = ["api-all"] }
tauri = { version = "1.6.3", features = ["api-all"] }
tokio = { version = "1.37.0", features = ["full", "tracing"] }

[features]
Expand Down

0 comments on commit 11ca91b

Please sign in to comment.