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

feat(bytestring): split_at method (#619)

This commit is contained in:
Rob Ede
2024-11-24 00:55:18 +00:00
committed by GitHub
parent 47f0017899
commit 0e36c5f5c4
16 changed files with 104 additions and 16 deletions

View File

@ -17,7 +17,7 @@ members = [
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71.1"
[patch.crates-io]
actix-codec = { path = "actix-codec" }