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
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
There is an issue when building cargo-tarball that is related to the used liquid version.
cargo build
[...]
error[E0283]: type annotations needed
--> /Users/d34dl0ck/.cargo/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/compiler/parser.rs:88:80
|
88 | Token::Identifier(ref x) =>indexes.push(Index::with_key(x.as_ref())),
| ^^^^^^ cannot infer typefor struct `std::string::String`|
= note: cannot satisfy `std::string::String: std::convert::AsRef<_>`
Compiling rand_pcg v0.1.1
error: aborting due to previous error
For more information about this error, try `rustc --explain E0283`.
error: could not compile `liquid`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
It might be useful to upgrade liquid to the latest version.
NOTE: The same error then occurs as well for stager, so also there the version of liquid needs to be increased.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is an issue when building
cargo-tarball
that is related to the used liquid version.It might be useful to upgrade liquid to the latest version.
NOTE: The same error then occurs as well for
stager
, so also there the version of liquid needs to be increased.The text was updated successfully, but these errors were encountered: