1 Commits

Author SHA1 Message Date
93503a1529 Update Rust crate async-trait to v0.1.87
Some checks failed
tests / fmt (push) Failing after 3s
tests / build (push) Failing after 3s
tests / test (push) Failing after 4s
tests / clippy (push) Failing after 3s
tests / pre-commit (push) Failing after 4s
2025-03-03 18:26:27 +00:00

View File

@@ -1,5 +1,5 @@
# Build image
FROM rust:slim-bullseye@sha256:e94e2d2e0a9df48fdfcacb47d8b60d036abe60b7c6fa3ac3de1dd16a3d18f19a as build
FROM rust:slim-bullseye@sha256:ce0556529a215addecb21bae87ff0e7eae3a1a0b1d87dcfb2a66e0b8257621dc as build
RUN apt-get update && apt-get install -y \
build-essential autoconf automake cmake libtool libssl-dev pkg-config