You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while building alevin-fry cargo gives following output
Compiling alevin-fry v0.8.1 (/build/alevin-fry/src/alevin-fry-0.8.1)
Finished release [optimized] target(s) in 6m 42s
warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4
its seems buf_redux dependency is unmaintained . However there is drop in replacement for buf_redux called buffer-redux. it would be great if the unmaintained dependency is replaced with a maintained one.
The text was updated successfully, but these errors were encountered:
Thanks! It's a recursive dependency, and I've updated the dependency that uses this (they replaced it upstream). I also took this opportunity to update some other dependencies. A new release is pending. has been cut.
while building alevin-fry cargo gives following output
Compiling alevin-fry v0.8.1 (/build/alevin-fry/src/alevin-fry-0.8.1) Finished release [optimized] target(s) in 6m 42s warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4
its seems buf_redux dependency is unmaintained . However there is drop in replacement for buf_redux called buffer-redux. it would be great if the unmaintained dependency is replaced with a maintained one.
The text was updated successfully, but these errors were encountered: