Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/log-0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
valebes authored Mar 4, 2024
2 parents 2f0b84a + bf7364f commit 6011f24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --engine llvm --features crossbeam --workspace --timeout 120 --out xml
cargo +nightly tarpaulin --verbose --features crossbeam --workspace --timeout 120 --out xml
- name: Workaround for codecov/feedback#263
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug = false

[dependencies]
core_affinity = "0.8.1"
crossbeam-channel = { version = "0.5.11", optional = true }
crossbeam-channel = { version = "0.5.12", optional = true }
crossbeam-deque = "0.8.5"
dyn-clone = "1.0.16"
log = "0.4.21"
Expand All @@ -34,7 +34,7 @@ flume = { version = "0.11.0", optional = true }

[dev-dependencies]
criterion = {version = "0.5.1", features = ["html_reports"]}
crossbeam-channel = { version = "0.5.11"}
crossbeam-channel = { version = "0.5.12"}
env_logger = "0.11.2"
rand = "0.8.5"
raster = {git = "https://github.com/valebes/raster.git"}
Expand Down

0 comments on commit 6011f24

Please sign in to comment.