Skip to content

Commit 03d6431

Browse files
authored
[Rust/may_minihttp] update may_postgres and rust toolchain (#9012)
1 parent 7d81f9c commit 03d6431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Rust/may-minihttp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buf-min = { version = "0.7", features = ["bytes"] }
1919

2020
may = { version = "0.3", default-features = false }
2121
may_minihttp = { version = "0.1", default-features = false }
22-
may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git", rev = "4c18791", default-features = false }
22+
may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git", rev = "5ea3fb9", default-features = false }
2323

2424
[profile.release]
2525
opt-level = 3

frameworks/Rust/may-minihttp/may-minihttp.dockerfile

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

33
RUN apt-get update -yqq && apt-get install -yqq cmake g++
44

0 commit comments

Comments
 (0)