1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 16:34:26 +02:00

chore(actix-web-actors): prepare release 4.3.1

This commit is contained in:
Rob Ede
2024-08-07 04:01:20 +01:00
parent 323d1fa64f
commit e4e4bb799c
4 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,7 @@
//! Actix actors support for Actix Web.
//!
//! This crate is deprecated. Migrate to [`actix-ws`](https://crates.io/crates/actix-ws).
//!
//! # Examples
//!
//! ```no_run