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
When building without following Cargo.lock - e.g. when building in a constrained environment where only a subset of the revisions released at crates.io is available.
Concretely I am working on packaging zola for official inclusion in Debian. There is still about 100 crates missing, including mime v0.3.16 (Debian has only mime v0.3.9 which fails to build complaining that function essence_str() is undefined.
Cargo.conf
declared a dependency onmime_guess
2.0 butsrc/cmd/serve.rs
calls function.essence_str()
which was introduced in v2.0.2.The text was updated successfully, but these errors were encountered: