metame opened a new issue, #2783:
URL: https://github.com/apache/incubator-opendal/issues/2783
Similar to #2739
Received this error when building:
```
error[E0599]: no method named `spare_capacity_mut` found for struct
`BytesMut` in the current scope
-->
/Users/joep/.cargo/registry/src/github.com-1ecc6299db9ec823/opendal-0.39.0/src/raw/oio/stream/into_stream_from_reader.rs:65:28
|
65 | let dst = self.buf.spare_capacity_mut();
| ^^^^^^^^^^^^^^^^^^ help: there is a method
with a similar name: `rsplit_mut`
```
The Cargo.toml specifies `bytes` 1.2 but this method isn't available until
1.4.0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]