Skip to content

Commit 290ee20

Browse files
feat: migrate from async-std to tokio
1 parent 997fb40 commit 290ee20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1782
-2232
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
RUSTFLAGS: -Dwarnings
13-
13+
1414
jobs:
1515

1616
fmt:
@@ -83,13 +83,13 @@ jobs:
8383
rust: 1.61.0
8484
python: false # Python bindings compilation on Windows is not supported.
8585

86-
# Minimum Supported Rust Version = 1.56.0
86+
# Minimum Supported Rust Version = 1.56.1
8787
#
8888
# Minimum Supported Python Version = 3.7
8989
# This is the minimum version for which manylinux Python wheels are
9090
# built.
9191
- os: ubuntu-latest
92-
rust: 1.56.0
92+
rust: 1.56.1
9393
python: 3.7
9494
runs-on: ${{ matrix.os }}
9595
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- node: remove `split2` dependency #3418
1818
- node: add git installation info to readme #3418
1919
- limit the rate of webxdc update sending #3417
20+
- switch from `async-std` to `tokio` as the async runtime #3449
2021

2122
### Fixes
2223
- set a default error if NDN does not provide an error

0 commit comments

Comments
 (0)