Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serial_test-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valebes authored Jan 9, 2025
2 parents 148d7b2 + e967ac9 commit 60e2ee7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
fail_ci_if_error: true
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8 changes: 4 additions & 4 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 @@ -23,18 +23,18 @@ debug = false

[dependencies]
core_affinity = "0.8.1"
crossbeam-channel = { version = "0.5.13", optional = true }
crossbeam-channel = { version = "0.5.14", optional = true }
crossbeam-deque = "0.8.5"
dyn-clone = "1.0.17"
log = "0.4.22"
num_cpus = "1.16.0"
ff_buffer = { version = "0.1.0", optional = true }
kanal = { version = "0.1.0-pre8", optional = true }
flume = { version = "0.11.0", optional = true }
flume = { version = "0.11.1", optional = true }

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

0 comments on commit 60e2ee7

Please sign in to comment.