Skip to content

Commit

Permalink
chore(async): add support for tokio 1.42 and 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Jan 17, 2025
1 parent 2506066 commit 337eea3
Show file tree
Hide file tree
Showing 16 changed files with 1,810 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ build-examples:
$(SHLIB_SO_PATH) cargo build; \
cargo build --manifest-path tokio_tcp/tokio_1_40/Cargo.toml; \
cargo build --manifest-path tokio_tcp/tokio_1_41/Cargo.toml; \
cargo build --manifest-path tokio_tcp/tokio_1_42/Cargo.toml; \
cargo build --manifest-path tokio_tcp/tokio_1_43/Cargo.toml; \
cargo build --manifest-path tokio_vars/tokio_1_40/Cargo.toml; \
cargo build --manifest-path tokio_vars/tokio_1_41/Cargo.toml; \
cargo build --manifest-path tokio_vars/tokio_1_42/Cargo.toml; \
cargo build --manifest-path tokio_vars/tokio_1_43/Cargo.toml; \

build-all: build build-examples

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ Supported `tokio` versions:

- 1.40
- 1.41
- 1.42
- 1.43

### Async backtrace

Expand Down
4 changes: 4 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ members = [
exclude = [
"tokio_tcp/tokio_1_40",
"tokio_tcp/tokio_1_41",
"tokio_tcp/tokio_1_42",
"tokio_tcp/tokio_1_43",
"tokio_vars/tokio_1_40",
"tokio_vars/tokio_1_41",
"tokio_vars/tokio_1_42",
"tokio_vars/tokio_1_43",
]

resolver = "2"
Loading

0 comments on commit 337eea3

Please sign in to comment.