Skip to content

Commit c484d1a

Browse files
committed
use more async closure
1 parent 10dc73a commit c484d1a

File tree

3 files changed

+110
-107
lines changed

3 files changed

+110
-107
lines changed

frameworks/Rust/xitca-web/Cargo.lock

Lines changed: 57 additions & 58 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 = "c2de532" }
108-
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "c2de532" }
109-
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "c2de532" }
110-
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "c2de532" }
111-
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "c2de532" }
112-
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "c2de532" }
107+
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }
108+
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }
109+
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }
110+
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }
111+
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }
112+
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "915b14d" }

0 commit comments

Comments
 (0)