chore(rust): fmt Cargo.toml (#7848)

Unfortunately, we don't have a formatter for the manifest other than
sorting the dependencies alphabetically so some things need to be taken
care of manually.
This commit is contained in:
Thomas Eizinger
2025-01-24 12:02:52 +11:00
committed by GitHub
parent e2c1ef8f09
commit 8c11d9b728

View File

@@ -111,7 +111,7 @@ subtle = "2.5.0"
swift-bridge = "0.1.57"
swift-bridge-build = "0.1.57"
lockfree-object-pool = "0.1.6"
tauri = { version = "2.2.3", features = [ "native-tls" ] }
tauri = { version = "2.2.3", features = ["native-tls"] }
tauri-build = "2.0.1"
tauri-plugin-dialog = "2.2.0"
tauri-plugin-notification = "2.2.0"