1
0
forked from ROMEO/nexosim

Merge pull request #23 from asynchronics/fix/update-multishot-dependency

Update `multishot` crate dependency
This commit is contained in:
Serge Barral 2024-04-04 13:39:20 +02:00 committed by GitHub
commit 2c6cecc1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,7 @@ jobs:
toolchain: ${{ matrix.rust }} toolchain: ${{ matrix.rust }}
- name: Run cargo check - name: Run cargo check
run: cargo check run: cargo check --all-features
args: --all-features
test: test:
name: Test suite name: Test suite

View File

@ -1,6 +1,7 @@
# unreleased # unreleased
- Add `serde` feature and serialization support for `MonotonicTime`. - Add `serde` feature and serialization support for `MonotonicTime`.
- Update `multishot` dependency due to soundness issue in older version.
# 0.2.1 (2024-03-06) # 0.2.1 (2024-03-06)

View File

@ -32,7 +32,7 @@ async-event = "0.1"
crossbeam-utils = "0.8" crossbeam-utils = "0.8"
diatomic-waker = "0.1" diatomic-waker = "0.1"
futures-task = "0.3" futures-task = "0.3"
multishot = "0.3" multishot = "0.3.2"
num_cpus = "1.13" num_cpus = "1.13"
pin-project-lite = "0.2" pin-project-lite = "0.2"
recycle-box = "0.2" recycle-box = "0.2"