Skip to content

Commit 07f425e

Browse files
committed
fix pg binding build
1 parent 0a875de commit 07f425e

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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 = "0a0b82a" }
108-
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "0a0b82a" }
109-
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "0a0b82a" }
110-
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "0a0b82a" }
111-
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "0a0b82a" }
112-
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "0a0b82a" }
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" }

frameworks/Rust/xitca-web/xitca-web-orm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81
1+
FROM rust:1.84
22

33
ADD ./ /xitca-web
44
WORKDIR /xitca-web

frameworks/Rust/xitca-web/xitca-web-sync.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81
1+
FROM rust:1.84
22

33
ADD ./ /xitca-web
44
WORKDIR /xitca-web

frameworks/Rust/xitca-web/xitca-web-unrealistic.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81
1+
FROM rust:1.84
22

33
ADD ./ /xitca-web
44
WORKDIR /xitca-web

frameworks/Rust/xitca-web/xitca-web-wasm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG WASMTIME_VERSION=15.0.0
22
ARG WASM_TARGET=wasm32-wasip1-threads
33

4-
FROM rust:1.81 AS compile
4+
FROM rust:1.84 AS compile
55

66
ARG WASMTIME_VERSION
77
ARG WASM_TARGET

frameworks/Rust/xitca-web/xitca-web.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81
1+
FROM rust:1.84
22

33
ADD ./ /xitca-web
44
WORKDIR /xitca-web

0 commit comments

Comments
 (0)