Skip to content

Commit

Permalink
Update Rust to v1.61.0 (#355)
Browse files Browse the repository at this point in the history
* Update Rust to v1.61.0

* update output

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
3 people authored May 23, 2022
1 parent 0ee11bc commit 1da9d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions dropshot/tests/fail/bad_endpoint15.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ note: required by a bound in `ApiEndpoint::<Context>::new`
error: future cannot be sent between threads safely
--> tests/fail/bad_endpoint15.rs:13:1
|
13 | / #[endpoint {
14 | | method = GET,
15 | | path = "/test",
16 | | }]
| |__^ future returned by `bad_endpoint` is not `Send`
13 | #[endpoint {
| ^^^^^^^^^^ future returned by `bad_endpoint` is not `Send`
|
= help: within `impl Future<Output = Result<HttpResponseOk<i32>, HttpError>>`, the trait `Send` is not implemented for `Rc<i32>`
note: future is not `Send` as this value is used across an await
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# The intent is to keep this updated as new stable versions are relased.

[toolchain]
channel = "1.60.0"
channel = "1.61.0"
profile = "default"

0 comments on commit 1da9d81

Please sign in to comment.