Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Mar 4, 2024
1 parent 113d38a commit a675dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# ================================================================================
# Builder
# ================================================================================
FROM rust:1.73 as builder
FROM rust:1.74 as builder
WORKDIR /usr/src/httpmock

COPY Cargo.toml .
Expand Down

0 comments on commit a675dc9

Please sign in to comment.