Skip to content

Commit

Permalink
Touch up PR 354
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 13, 2023
1 parent 1ee3653 commit d349aa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@ updates:
interval: daily
commit-message:
prefix: ''
ignore:
# For test on MSRV.
- dependency-name: once_cell
- dependency-name: serde
- dependency-name: toml
- dependency-name: trybuild
labels: []
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
- run: cargo build --manifest-path tests/rust-2015/Cargo.toml --target thumbv6m-none-eabi
- run: cargo minimal-versions build --workspace --all-features --ignore-private
if: matrix.rust != '1.56'

miri:
runs-on: ubuntu-latest
Expand Down
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
macrotest = "1.0.9"
rustversion = "1"
static_assertions = "1"
trybuild = "=1.0.67"

# For test on MSRV.
once_cell = "=1.14"
serde = "1.0.159"
toml = "=0.5.9"
trybuild = "1.0.67"

[patch.crates-io]
prettyplease = { git = "https://github.com/taiki-e/prettyplease.git", branch = "dev" } # lower MSRV

0 comments on commit d349aa7

Please sign in to comment.