Skip to content

Commit 04d47fd

Browse files
committed
fix wasm build
1 parent 07f425e commit 04d47fd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

frameworks/Rust/xitca-web/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/Rust/xitca-web/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ xitca-postgres-diesel = { git = "https://github.com/fakeshadow/xitca-postgres-di
104104
diesel-async = { git = "https://github.com/weiznich/diesel_async", rev = "5b8262b" }
105105
mio = { git = "https://github.com/fakeshadow/mio", rev = "9bae6012b7ecfc6083350785f71a5e8265358178" }
106106

107-
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
108-
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
109-
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
110-
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
111-
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
112-
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "2ec8407" }
107+
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }
108+
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }
109+
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }
110+
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }
111+
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }
112+
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "bc460ee" }

0 commit comments

Comments
 (0)