Skip to content

Commit

Permalink
chore: update MSRV to 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Dec 20, 2023
1 parent 1997ae7 commit 7200cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.63.0
- 1.65.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
rust:
- stable
- 1.63.0
- 1.65.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example,

## Download

onetun is available to install from [crates.io](https://crates.io/crates/onetun) with Rust ≥1.63.0:
onetun is available to install from [crates.io](https://crates.io/crates/onetun) with Rust ≥1.65.0:

```shell
cargo install onetun
Expand All @@ -37,7 +37,7 @@ docker run --rm --name onetun --user 1000 -p 8080:8080 aramperes/onetun \
0.0.0.0:8080:192.168.4.2:8080 [...options...]
```

You can also build onetun locally, using Rust ≥1.63.0:
You can also build onetun locally, using Rust ≥1.65.0:

```shell
git clone https://github.com/aramperes/onetun && cd onetun
Expand Down

0 comments on commit 7200cc0

Please sign in to comment.