Skip to content

Commit

Permalink
Update msrv version pins, add a schedule for the msrv ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Jul 16, 2024
1 parent 878ad55 commit cd8d0b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "47 5 * * 6"

env:
CARGO_TERM_COLOR: always
Expand All @@ -23,6 +25,7 @@ jobs:
cargo update -p httpdate --precise=1.0.2
cargo update -p serde_json --precise=1.0.100
cargo update -p chrono --precise=0.4.23
cargo update -p num-traits --precise=0.2.18
cargo update -p httpdate --precise=1.0.2
cargo test
cargo test --features "json-using-serde proxy punycode"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ cargo update --package=log --precise=0.4.18
cargo update --package=httpdate --precise=1.0.2
cargo update --package=serde_json --precise=1.0.100
cargo update --package=chrono --precise=0.4.23
cargo update --package=num-traits --precise=0.2.18
# This again, for some reason.
cargo update --package=httpdate --precise=1.0.2
```
Expand Down

0 comments on commit cd8d0b0

Please sign in to comment.