mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
protobuf: Update prost to 0.8 (Fixes CI on nightly) (#197)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@ -12,5 +12,4 @@ actix-web = "4.0.0-beta.8"
|
||||
actix-protobuf = { path = "../../" }
|
||||
|
||||
env_logger = "0.8"
|
||||
prost = "0.7"
|
||||
prost-derive = "0.7"
|
||||
prost = {version = "0.8", default_features = false, features = ["prost-derive"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
use actix_protobuf::*;
|
||||
use actix_web::*;
|
||||
use prost_derive::Message;
|
||||
use prost::Message;
|
||||
|
||||
#[derive(Clone, PartialEq, Message)]
|
||||
pub struct MyObj {
|
||||
|
Reference in New Issue
Block a user