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
  • Loading branch information
rklaehn committed Aug 15, 2023
2 parents 520a122 + 0ccd8f5 commit 6a698e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
- name: cargo check
run: cargo check --workspace --all-features --lib --bins

# minimal-crates:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: dtolnay/rust-toolchain@nightly
# - uses: swatinem/rust-cache@v2
# - name: cargo check
# run: |
# rm -f Cargo.lock
# cargo +nightly check -Z minimal-versions --workspace --all-features --lib --bins
minimal-crates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- uses: swatinem/rust-cache@v2
- name: cargo check
run: |
rm -f Cargo.lock
cargo +nightly check -Z minimal-versions --workspace --all-features --lib --bins
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rustls = "0.21"
thousands = "0.2.0"
tracing-subscriber = "0.3.16"
tempfile = "3.5.0"
proc-macro2 = "1.0.66"

[features]
hyper-transport = ["flume", "hyper", "bincode", "bytes"]
Expand Down

0 comments on commit 6a698e7

Please sign in to comment.