Commit Graph

89 Commits

Author SHA1 Message Date
John Nunley 2b34b162b9
v2.0.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-28 18:50:18 -07:00
John Nunley 99d34fe64e
deps: Bump to futures-lite v2.0.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-25 13:18:45 -07:00
John Nunley 889521aab9
m: Bump to async-io v2.0.0
As async-io is a public dependency of this crate, this is a breaking change.

Signed-off-by: John Nunley <dev@notgull.net>
2023-10-18 20:26:24 -07:00
Taiki Endo 0664dd2e44
Migrate to Rust 2021 (#27) 2023-10-08 14:59:24 +09:00
John Nunley aabce50d34
v1.8.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-25 10:26:22 -07:00
Taiki Endo a25df9a8ef Update actions/checkout action to v4 2023-09-10 18:19:23 +09:00
John Nunley ac84e921f0
Add smol-rs logo (#24) 2023-07-17 14:40:42 +09:00
Taiki Endo 75fcca452d Bump MSRV to 1.63 2023-06-11 22:29:04 +09:00
Taiki Endo 0185ddf2c0 Test Windows and macOS on CI 2023-06-11 22:29:04 +09:00
Taiki Endo 9c20640da1 Update permissions for security_audit 2023-06-09 00:14:53 +09:00
Taiki Endo cc274cb9be Bump MSRV to 1.48
async-lock 2.7.0 requires Rust 1.48.

```
error[E0658]: use of unstable library feature 'future_readiness_fns'
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45
    |
430 |             self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking),
    |                                             ^^^^^^^^^^^^^^^^^^
    |
```
2023-03-06 01:45:04 +09:00
Taiki Endo 8336e23129 Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-01-21 20:33:30 +09:00
Taiki Endo e6d1f2c003 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-01-21 20:07:16 +09:00
Taiki Endo 59b2b4860b Enable dependabot update for Rust 2022-12-28 12:27:33 +09:00
Taiki Endo 13c5a51fe9 Clean up CI config 2022-12-28 12:27:33 +09:00
Taiki Endo 3df5dce024 Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-12-28 12:27:33 +09:00
Taiki Endo 221273cda2 Fix changelog 2022-08-18 05:48:01 +09:00
Taiki Endo d2508358c7 Release 1.7.0 2022-08-18 05:31:01 +09:00
John Nunley f54163fc6b
Add I/O-safe traits (#21) 2022-08-18 04:03:31 +09:00
Taiki Endo 0cde16963a Apply clippy to all targets 2022-07-17 21:21:15 +09:00
Taiki Endo d67925c935 Bump MSRV to Rust 1.47
https://github.com/smol-rs/async-task/releases/tag/v4.3.0
2022-07-08 01:58:36 +09:00
Taiki Endo 78a7ea06b6 Update CI config 2022-07-08 01:57:24 +09:00
Taiki Endo 5b858825b0 Update actions/checkout action to v3 2022-05-01 13:48:55 +09:00
Taiki Endo d6904ac9ac Create GitHub release automatically 2022-01-08 21:59:41 +09:00
Taiki Endo 51f1a55220 Clean up CI config 2022-01-08 21:59:24 +09:00
Taiki Endo 8d56482050
Merge pull request #19 from smol-rs/next
Bump to v1.6.1
2021-06-30 22:58:26 +09:00
Taiki Endo 50ee731758 Bump to v1.6.1 2021-06-30 22:56:22 +09:00
Taiki Endo 3af3edb76c
Merge pull request #18 from smol-rs/deps
Remove direct dependency on fastrand
2021-06-30 22:24:32 +09:00
Taiki Endo 164443584b Remove direct dependency on fastrand 2021-06-30 22:22:04 +09:00
Taiki Endo a5b175921b
Merge pull request #16 from smol-rs/taiki-e/owned
Use Async::{readable_owned, writable_owned}
2021-06-30 21:44:55 +09:00
Taiki Endo 583df1640c Use Async::{readable_owned, writable_owned} 2021-06-30 21:39:11 +09:00
Taiki Endo 8b199ead8f
Merge pull request #15 from smol-rs/taiki-e/box
Remove boxed futures from TcpStream and UnixStream
2021-05-22 22:05:00 +09:00
Taiki Endo 1e8799cf4a Remove boxed futures from TcpStream and UnixStream 2021-05-22 22:01:40 +09:00
Taiki Endo fcef0a0969
Merge pull request #14 from Arnavion/tcpstream-writev
Override AsyncWrite::poll_write_vectored for TcpStream since the underlying type supports it.
2021-05-22 19:35:18 +09:00
Arnavion 4a7235ced6 Override AsyncWrite::poll_write_vectored for TcpStream since the underlying type supports it. 2021-05-22 02:00:45 -07:00
Taiki Endo 1dae668f82
Merge pull request #13 from smol-rs/next
Bump to v1.6.0
2021-04-24 18:37:09 +09:00
Taiki Endo 165611170c Bump to v1.6.0 2021-04-24 18:34:15 +09:00
Taiki Endo 8888e9ac20
Merge pull request #12 from smol-rs/clippy-from_over_into
Fix clippy::from_over_into lint
2021-04-24 18:28:01 +09:00
Taiki Endo 024f737c3e Fix clippy::from_over_into lint 2021-04-24 18:21:21 +09:00
Taiki Endo 4f8b7c92b5
Merge pull request #11 from erickt/master
Optimze allocations in Listeners
2021-04-06 10:54:55 +09:00
Erick Tryzelaar 6af24d7d20 Optimze allocations in Listeners
This shrinks the allocations for listener streams from 1 per connection,
to a single allocation.
2021-04-05 15:49:27 -07:00
Taiki Endo 837f3334ee
Merge pull request #10 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:51:13 +09:00
Taiki Endo e88b1d6449 Remove readme field from Cargo.toml 2021-02-14 19:43:41 +09:00
Taiki Endo d583154aeb
Merge pull request #9 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:45:20 +09:00
Taiki Endo 0d9cb05319 Update license badge to match Cargo.toml 2021-02-14 13:38:42 +09:00
Taiki Endo 52b7e50efb
Merge pull request #8 from taiki-e/url
Update URLs
2020-12-26 23:56:03 +09:00
Taiki Endo d1587ddfbd Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo f3d6b5eb7d
Merge pull request #7 from taiki-e/ci
Fix CI
2020-12-24 19:47:11 +09:00
Taiki Endo 38c1d41a0c Fix CI 2020-12-24 19:34:10 +09:00
Stjepan Glavina 77b7e9d14d
. 2020-11-30 12:29:50 +01:00