Skip to content

Commit e8498ef

Browse files
committed
update ci
1 parent e316a63 commit e8498ef

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 25 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
@@ -48,20 +48,6 @@ jobs:
4848
- run: cargo generate-lockfile -Z minimal-versions
4949
- run: cargo check --locked
5050

51-
doc:
52-
name: Documentation
53-
needs: pre_ci
54-
if: needs.pre_ci.outputs.continue
55-
runs-on: ubuntu-latest
56-
timeout-minutes: 45
57-
env:
58-
RUSTDOCFLAGS: -Dwarnings
59-
steps:
60-
- uses: actions/checkout@v4
61-
- uses: dtolnay/rust-toolchain@nightly
62-
- uses: dtolnay/install@cargo-docs-rs
63-
- run: cargo docs-rs
64-
6551
clippy:
6652
name: Clippy
6753
runs-on: ubuntu-latest
@@ -85,13 +71,3 @@ jobs:
8571
- run: cargo miri test
8672
env:
8773
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)