1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 21:51:06 +01:00
framework for composable networking services
Go to file
dependabot[bot] 8fc2253c61
Bump actions-rust-lang/setup-rust-toolchain from 1.5.0 to 1.6.0 (#510)
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 19:15:50 +00:00
.cargo Rustls v0.21 support (#480) 2023-08-26 14:59:51 +01:00
.github Bump actions-rust-lang/setup-rust-toolchain from 1.5.0 to 1.6.0 (#510) 2023-12-04 19:15:50 +00:00
actix-codec chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
actix-macros build: fix min version compat (#498) 2023-10-29 21:15:40 +00:00
actix-rt chore(rt): remove hyper example 2023-11-20 18:37:11 +00:00
actix-server chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
actix-service docs: add bytestring readme 2023-09-17 20:33:36 +01:00
actix-tls chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
actix-tracing chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
actix-utils chore: remove dates from changelogs 2023-09-17 20:25:58 +01:00
bytestring chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
local-channel chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
local-waker chore(local-waker): prepare release 0.1.4 2023-10-29 23:14:14 +00:00
scripts remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
.gitignore Migrate actix-net to std::future (#64) 2019-11-14 18:38:24 +06:00
.rustfmt.toml bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
Cargo.toml Rustls v0.21 support (#480) 2023-08-26 14:59:51 +01:00
CODE_OF_CONDUCT.md format changelogs with prettier 2023-03-03 22:36:13 +00:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:42:21 +09:00
justfile fix check external types 2023-11-06 22:13:45 +00:00
LICENSE-APACHE amend licences 2021-04-16 02:08:44 +01:00
LICENSE-MIT amend licences 2021-04-16 02:08:44 +01:00
README.md bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00

Actix Net

A collection of lower-level libraries for composable network services.

CI codecov Chat on Discord Dependency Status

Examples

See example folders for actix-server and actix-tls.

MSRV

Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.65. As a policy, we permit MSRV increases in non-breaking releases.

License

The crates in repo are licensed under either of:

at your option.

Code of Conduct

Contribution to the actix-net repo is organized under the terms of the Contributor Covenant. The Actix team promises to intervene to uphold that code of conduct.