Skip to content

Commit

Permalink
chore: specify msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
omjadas committed Mar 8, 2024
1 parent 3825a5b commit 9280c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- stable
- beta
- nightly
- "1.75.0"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "hudsucker"
version = "0.21.0"
edition = "2021"
rust-version = "1.75.0"
description = "MITM HTTP/S proxy"
documentation = "https://docs.rs/hudsucker"
readme = "README.md"
Expand Down

0 comments on commit 9280c00

Please sign in to comment.