forked from ROMEO/nexosim
Merge pull request #23 from asynchronics/fix/update-multishot-dependency
Update `multishot` crate dependency
This commit is contained in:
commit
2c6cecc1b2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user