Compare commits

..

1 Commits

Author SHA1 Message Date
Alan Yuan
9d847b36eb upgraded from 1.79.0 to 1.81
specifically
from rust:1.79.0-slim-bookworm
to rust:1.81.0-slim-bookworm
2025-02-27 15:07:03 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM cimg/rust:1.81.0
FROM cimg/rust:1.79.0
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h
RUN sudo apt-get update && \

View File

@@ -1331,7 +1331,7 @@ where
self.buffer_describe(message).await?;
}
// Execute2
// Execute
// Execute a prepared statement prepared in `P` and bound in `B`.
'E' => {
self.extended_protocol_data_buffer

View File

@@ -1,4 +1,4 @@
FROM rust:1.81.0-slim-bookworm
FROM rust:bullseye
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h