Skip to content

Commit

Permalink
Merge pull request #23 from asynchronics/fix/update-multishot-dependency
Browse files Browse the repository at this point in the history
Update `multishot` crate dependency
  • Loading branch information
sbarral authored Apr 4, 2024
2 parents bc78844 + 8d3427d commit 2c6cecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
toolchain: ${{ matrix.rust }}

- name: Run cargo check
run: cargo check
args: --all-features
run: cargo check --all-features

test:
name: Test suite
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# unreleased

- Add `serde` feature and serialization support for `MonotonicTime`.
- Update `multishot` dependency due to soundness issue in older version.

# 0.2.1 (2024-03-06)

Expand Down
2 changes: 1 addition & 1 deletion asynchronix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async-event = "0.1"
crossbeam-utils = "0.8"
diatomic-waker = "0.1"
futures-task = "0.3"
multishot = "0.3"
multishot = "0.3.2"
num_cpus = "1.13"
pin-project-lite = "0.2"
recycle-box = "0.2"
Expand Down

0 comments on commit 2c6cecc

Please sign in to comment.