Skip to content

Commit

Permalink
Pin tokio (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould authored Jul 29, 2024
2 parents 635183f + a4dbfc9 commit 949cabf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
cargo update -p cc --precise 1.0.105
cargo update -p clap_lex --precise 0.3.0
cargo update -p regex --precise 1.9.6
cargo update -p reqwest --precise 0.12.4
cargo update -p [email protected] --precise 0.3.20
cargo update -p tokio --precise 1.38.1
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
- name: Run tests
run: bash contrib/test.sh

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ To build and test with the MSRV you will need to pin the below dependency versio
```shell
cargo update -p cc --precise 1.0.105
cargo update -p regex --precise 1.9.6
cargo update -p reqwest --precise 0.12.4
cargo update -p url --precise 2.5.0
cargo update -p tokio --precise 1.38.1
cargo update -p which --precise 4.4.0
cargo update -p reqwest --precise 0.12.4
```

### `payjoin-cli`
Expand All @@ -96,10 +97,11 @@ cargo update -p reqwest --precise 0.12.4
cargo update -p cc --precise 1.0.105
cargo update -p clap_lex --precise 0.3.0
cargo update -p regex --precise 1.9.6
cargo update -p reqwest --precise 0.12.4
cargo update -p [email protected] --precise 0.3.20
cargo update -p tokio --precise 1.38.1
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
```

## Code Formatting
Expand Down

0 comments on commit 949cabf

Please sign in to comment.