Bump Rust version and resolve Clippy issues #683
Annotations
2 errors
unexpected `cfg` condition value: `serialized-stdlib`:
crates/jrsonnet-stdlib/src/lib.rs#L4
error: unexpected `cfg` condition value: `serialized-stdlib`
--> crates/jrsonnet-stdlib/src/expr.rs:4:8
|
4 | #[cfg(feature = "serialized-stdlib")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `bincode`, `codegenerated-stdlib`, `default`, `exp-bigint`, `exp-null-coaelse`, `exp-preserve-order`, `exp-regex`, `legacy-this-file`
= help: consider adding `serialized-stdlib` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
= note: `-D unexpected-cfgs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
|
aborting due to 1 previous error
error: aborting due to 1 previous error
|