Fix empty header from CORS on Linux, closes #2327 (#2762)

* Fix empty header from CORS on Linux

* Fix commit hash
This commit is contained in:
Ngo Iok Ui (Wu Yu Wei)
2021-10-18 21:36:45 +08:00
committed by GitHub
parent 80bad76053
commit b48487e6a7
2 changed files with 7 additions and 1 deletions

6
.changes/linux-cors.md Normal file
View File

@@ -0,0 +1,6 @@
---
"tauri-runtime-wry": patch
---
Fix empty header from CORS on Linux.

View File

@@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
#wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { git = "https://github.com/tauri-apps/wry", rev = "e056fb2a15e29de1b8ed85a548cfeb1f85031357", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { git = "https://github.com/tauri-apps/wry", rev = "910cc1eb8ed08c66e9fb75df90e28635538d68ab", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.2.1", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }
uuid = { version = "0.8.2", features = [ "v4" ] }