Skip to content

Commit

Permalink
Pin tokio 1.38 for MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jul 28, 2024
1 parent 12e08ce commit 4772ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cargo update -p which --precise 4.4.0
cargo update -p [email protected] --precise 0.3.20
cargo update -p reqwest --precise 0.12.4
cargo update -p tokio --precise 1.38.1
- name: Run tests
run: bash contrib/test.sh

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ cargo update -p regex --precise 1.9.6
cargo update -p url --precise 2.5.0
cargo update -p which --precise 4.4.0
cargo update -p reqwest --precise 0.12.4
cargo update -p tokio --precise 1.38.1
```

### `payjoin-cli`
Expand All @@ -100,6 +101,7 @@ cargo update -p url --precise 2.5.0
cargo update -p which --precise 4.4.0
cargo update -p [email protected] --precise 0.3.20
cargo update -p reqwest --precise 0.12.4
cargo update -p tokio --precise 1.38.1
```

## Code Formatting
Expand Down

0 comments on commit 4772ed8

Please sign in to comment.