Use consistent versioning for tauri-plugin-http

This commit is contained in:
lynx
2024-08-21 13:22:50 -05:00
parent 353e312c34
commit 89d8fb476c

View File

@@ -38,7 +38,7 @@ opener = { version = "0.7.1", features = ["reveal"], default-fea
specta-typescript = "=0.0.7"
tauri-plugin-deep-link = "=2.0.0-rc.0"
tauri-plugin-dialog = "=2.0.0-rc.0"
tauri-plugin-http = "2.0.0-rc.0"
tauri-plugin-http = "=2.0.0-rc.0"
tauri-plugin-os = "=2.0.0-rc.0"
tauri-plugin-shell = "=2.0.0-rc.0"
tauri-plugin-updater = "=2.0.0-rc.0"