Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actix-protobuf does not support 3.0.0-alpha.3 #71

Closed
NoGeneral opened this issue Jun 22, 2020 · 1 comment · Fixed by #74
Closed

actix-protobuf does not support 3.0.0-alpha.3 #71

NoGeneral opened this issue Jun 22, 2020 · 1 comment · Fixed by #74

Comments

@NoGeneral
Copy link

NoGeneral commented Jun 22, 2020

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

  1. when call protobuf() method
HttpResponse::Ok().protobuf(msg)
  1. compile error
no method named `protobuf` found for struct `actix_http::response::ResponseBuilder` in the current scope
method not found in `actix_http::response::ResponseBuilder`

Context

Your Environment

  • Rust Version (I.e, output of rustc -V): rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
  • Actix-* crate(s) Version:
    actix-web = "3.0.0-alpha.3"
    actix-protobuf = "0.5"
@robjtede
Copy link
Member

Please fill in the issue template. Do you mean does not support actix-web v3 alphas?

@NoGeneral NoGeneral changed the title actix-protobuf does not support 3.0 actix-protobuf does not support 3.0.0-alpha.3 Jun 23, 2020
LukeMathWalker pushed a commit to LukeMathWalker/actix-extras that referenced this issue Sep 29, 2024
* Bump actix web

* Bump crate version

* Update version numbers in readme, lib.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants