mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-16 02:13:05 +01:00
Merge pull request #7 from JohnTitor/migrate-protobuf
Prepare for new release
This commit is contained in:
commit
d159b5e5fe
@ -1,5 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## 0.5.1 (2019-02-17)
|
||||
|
||||
* Move repository to actix-extras
|
||||
|
||||
## 0.5.0 (2019-01-24)
|
||||
|
||||
* Migrate to actix-web 2.0.0 and std::future
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2018"
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
description = "Protobuf support for actix-web framework."
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||
[](https://docs.rs/actix-protobuf)
|
||||
[](https://deps.rs/crate/actix-protobuf/0.5.0)
|
||||
[](https://deps.rs/crate/actix-protobuf/0.5.1)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
@ -36,7 +36,7 @@ See [here](https://github.com/actix/actix-protobuf/tree/master/examples/prost-ex
|
||||
|
||||
This project is licensed under either of
|
||||
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
|
||||
|
||||
at your option.
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "prost-example"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2018"
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.5"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# just start server and run client.py
|
||||
|
||||
# wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-python-3.11.2.zip
|
||||
# unzip protobuf-python-3.11.2.zip.1
|
||||
# unzip protobuf-python-3.11.2.zip
|
||||
# cd protobuf-3.11.2/python/
|
||||
# python3 setup.py install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user