mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
prepare beta 2 release set (#1975)
This commit is contained in:
@ -20,7 +20,7 @@ proc-macro2 = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2"
|
||||
actix-web = "4.0.0-beta.1"
|
||||
actix-web = "4.0.0-beta.2"
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
trybuild = "1"
|
||||
rustversion = "1"
|
||||
|
@ -159,7 +159,7 @@ method_macro! {
|
||||
/// # Actix Web Re-export
|
||||
/// This macro can be applied with `#[actix_web::main]` when used in Actix Web applications.
|
||||
///
|
||||
/// # Usage
|
||||
/// # Examples
|
||||
/// ```rust
|
||||
/// #[actix_web_codegen::main]
|
||||
/// async fn main() {
|
||||
|
Reference in New Issue
Block a user