Browse Source

[Rust/may_minihttp] update may_postgres and rust toolchain (#9012)

Xudong Huang 1 year ago
parent
commit
03d64315cf

+ 1 - 1
frameworks/Rust/may-minihttp/Cargo.toml

@@ -19,7 +19,7 @@ buf-min = { version = "0.7", features = ["bytes"] }
 
 may = { version = "0.3", default-features = false }
 may_minihttp = { version = "0.1", default-features = false }
-may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git", rev = "4c18791", default-features = false }
+may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git", rev = "5ea3fb9", default-features = false }
 
 [profile.release]
 opt-level = 3

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

@@ -1,4 +1,4 @@
-FROM rust:1.77
+FROM rust:1.78
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++