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

chore(actix-service): prepare release 2.0.3

This commit is contained in:
Rob Ede
2025-03-09 17:36:45 +00:00
parent 12df4d7027
commit 70f0008f42
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "2.0.2"
version = "2.0.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
description = "Service trait and combinators for representing asynchronous request/response operations."
keywords = ["network", "framework", "async", "futures", "service"]