Skip to content

Commit 366b28c

Browse files
committed
update ci
1 parent e316a63 commit 366b28c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, beta, stable, 1.56.0]
27+
rust: [nightly, 1.60.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v4
@@ -85,13 +85,3 @@ jobs:
8585
- run: cargo miri test
8686
env:
8787
MIRIFLAGS: -Zmiri-strict-provenance
88-
89-
outdated:
90-
name: Outdated
91-
runs-on: ubuntu-latest
92-
if: github.event_name != 'pull_request'
93-
timeout-minutes: 45
94-
steps:
95-
- uses: actions/checkout@v4
96-
- uses: dtolnay/install@cargo-outdated
97-
- run: cargo outdated --workspace --exit-code 1

or-rs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["either", "macro", "or"]
1515

1616
[dependencies]
1717
quote = "1"
18-
colored = { version = "1", optional = true }
18+
colored = { version = "2", optional = true }
1919
proc-macro2 = { version = "1", optional = true }
2020
syn = { version = "2.0", features = ["full"] }
2121

0 commit comments

Comments
 (0)