1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

chore: remove dates from changelogs

This commit is contained in:
Rob Ede
2023-09-17 20:25:58 +01:00
parent c69b8e9ade
commit 4a7f2c95af
9 changed files with 154 additions and 144 deletions

View File

@ -7,12 +7,17 @@ authors = [
"Rob Ede <robjtede@icloud.com>",
]
description = "Macros for Actix system and runtime"
repository = "https://github.com/actix/actix-net.git"
repository = "https://github.com/actix/actix-net"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
license.workspace = true
edition.workspace = true
rust-version.workspace = true
[package.metadata.cargo-machete]
ignored = [
"proc_macro2", # specified for minimal versions compat
]
[lib]
proc-macro = true
@ -20,6 +25,9 @@ proc-macro = true
quote = "1"
syn = { version = "2", features = ["full"] }
# minimal versions compat
proc-macro2 = "1.0.60"
[dev-dependencies]
actix-rt = "2"