Skip to content

Commit 6b5a378

Browse files
committed
[xitca-web] reduce duplicate code and header fix
1 parent 8d4f5ed commit 6b5a378

File tree

10 files changed

+246
-287
lines changed

10 files changed

+246
-287
lines changed

frameworks/Rust/xitca-web/Cargo.lock

Lines changed: 55 additions & 48 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: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pg = ["dep:xitca-postgres"]
3434
# diesel orm optional
3535
pg-orm = ["diesel/r2d2"]
3636
# diesel async orm optional
37-
pg-orm-async = ["dep:diesel", "dep:diesel-async", "dep:xitca-postgres-diesel", "futures-util"]
37+
pg-orm-async = ["dep:diesel", "dep:diesel-async", "dep:xitca-postgres-diesel", "dep:futures-util"]
3838
# http router optional
3939
router = ["xitca-http/router"]
4040
# web optional
@@ -64,7 +64,7 @@ serde_json = { version = "1" }
6464
xitca-web = { version = "0.7", features = ["json"], optional = true }
6565

6666
# raw-pg optional
67-
xitca-postgres = { version = "0.2", optional = true }
67+
xitca-postgres = { version = "0.3", optional = true }
6868

6969
# orm optional
7070
diesel = { version = "2", features = ["postgres"], optional = true }
@@ -101,8 +101,9 @@ xitca-postgres-diesel = { git = "https://github.com/fakeshadow/xitca-postgres-di
101101
diesel-async = { git = "https://github.com/weiznich/diesel_async", rev = "5b8262b" }
102102
mio = { git = "https://github.com/fakeshadow/mio", rev = "9bae6012b7ecfc6083350785f71a5e8265358178" }
103103

104-
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "d3066ba" }
105-
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "d3066ba" }
106-
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "d3066ba" }
107-
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "d3066ba" }
108-
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "d3066ba" }
104+
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }
105+
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }
106+
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }
107+
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }
108+
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }
109+
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "e4c2a85" }

0 commit comments

Comments
 (0)