Skip to content

Commit

Permalink
Merge pull request #149 from DanGould/pin-time
Browse files Browse the repository at this point in the history
Pin [email protected] to 0.3.20
  • Loading branch information
DanGould authored Dec 20, 2023
2 parents 7963fc3 + 8b24b3f commit a5b4135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cargo update
cargo update -p regex --precise 1.9.6
cargo update -p which --precise 4.4.0
cargo update -p [email protected].30 --precise 0.3.20
cargo update -p [email protected].31 --precise 0.3.20
- name: test payjoin lib
run: cargo test --package payjoin --verbose --all-features --lib
- name: test payjoin v1_to_v1 integration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cargo update -p which --precise 4.4.0
```shell
cargo update -p regex --precise 1.9.6
cargo update -p which --precise 4.4.0
cargo update -p [email protected].30 --precise 0.3.20
cargo update -p [email protected].31 --precise 0.3.20
```

## License
Expand Down

0 comments on commit a5b4135

Please sign in to comment.