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 f9d1e1d commit 113d38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
os: [ubuntu-latest]
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================================================================
# Builder
# ================================================================================
FROM rust:1.70 as builder
FROM rust:1.73 as builder
WORKDIR /usr/src/httpmock

COPY Cargo.toml .
Expand Down

0 comments on commit 113d38a

Please sign in to comment.