Skip to content

Commit

Permalink
Merge branch 'main' into interprocess
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	tests/hyper.rs
#	tests/math.rs
  • Loading branch information
rklaehn committed May 13, 2024
2 parents 85ba888 + 64ed5ef commit 0a1b689
Show file tree
Hide file tree
Showing 38 changed files with 3,071 additions and 1,305 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ on:
branches:
- main


concurrency:
group: tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
MSRV: "1.63"
MSRV: "1.76"
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings

Expand Down Expand Up @@ -50,8 +55,6 @@ jobs:
name: "Windows GNU"
channel:
- "stable"
- "beta"
- "nightly"
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -83,7 +86,6 @@ jobs:
channel:
- "stable"
- "beta"
- "nightly"
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 0a1b689

Please sign in to comment.