mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 15:07:43 +02:00
update msrv to 1.60 (#482
* update msrv to 1.60 * inherit workspace msrv
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased - 2023-xx-xx
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||
|
||||
## 2.8.0 - 2022-12-21
|
||||
|
||||
- Add `#[track_caller]` attribute to `spawn` functions and methods. [#454]
|
||||
|
@ -11,11 +11,8 @@ homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-net.git"
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "actix_rt"
|
||||
path = "src/lib.rs"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
[features]
|
||||
default = ["macros"]
|
||||
|
Reference in New Issue
Block a user