-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from DanGould/pin-time
Pin [email protected] to 0.3.20
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|