mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
prepare actix-protobuf release 0.9.0
This commit is contained in:
parent
1e682e7a59
commit
ffe122b76e
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.9.0 - 2022-08-24
|
||||||
- Added `application/x-protobuf` as an acceptable header.
|
- Added `application/x-protobuf` as an acceptable header.
|
||||||
- Updated `prost` dependency to `0.11`.
|
- Updated `prost` dependency to `0.11`.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-protobuf"
|
name = "actix-protobuf"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"kingxsp <jin.hb.zh@outlook.com>",
|
"kingxsp <jin.hb.zh@outlook.com>",
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Protobuf payload extractor for Actix Web.
|
> Protobuf payload extractor for Actix Web.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-protobuf)
|
[](https://crates.io/crates/actix-protobuf)
|
||||||
[](https://docs.rs/actix-protobuf/0.8.0)
|
[](https://docs.rs/actix-protobuf/0.9.0)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-protobuf/0.8.0)
|
[](https://deps.rs/crate/actix-protobuf/0.9.0)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user