Skip to content

Commit

Permalink
Update rust-version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TehPers committed Nov 26, 2024
1 parent 86d1ded commit 1026157
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 36 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
uses: dtolnay/[email protected]
- name: Run tests
run: cargo test --verbose ${{matrix.flags}}
68 changes: 39 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
categories = ["asynchronous", "development-tools", "development-tools::testing"]
keywords = ["assert", "assertions", "async", "matchers", "testing"]
rust-version = "1.80.1"
rust-version = "1.82.0"
# TODO: remove this when ready to publish
publish = false

Expand All @@ -26,11 +26,11 @@ owo-colors = { version = "4.0.0", features = [
"supports-colors",
], optional = true }
pin-project-lite = { version = "0.2.14", optional = true }
regex = { version = "1.10.6", optional = true }
regex = { version = "1.11.1", optional = true }

[dev-dependencies]
test-case = "3.3.1"
tokio = { version = "1", features = ["macros", "test-util"] }
tokio = { version = "1.41.1", features = ["macros", "test-util"] }

[lints.rust]
unsafe_code = "forbid"
Expand Down

0 comments on commit 1026157

Please sign in to comment.