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
Error as below, aware this isn't strictly an issue with the c/p script, but nonetheless the script won't work with this error
Compiling jormungandr-lib v0.8.9 (/root/jormungandr/jormungandr-lib)
warning: use of deprecated item 'rand::rngs::EntropyRng': use rngs::OsRng instead
--> jcli/src/jcli_app/key.rs:10:12
|
10 | use rand::{rngs::EntropyRng, SeedableRng};
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'rand::rngs::EntropyRng': use rngs::OsRng instead
--> jcli/src/jcli_app/key.rs:429:29
|
429 | ChaChaRng::from_rng(EntropyRng::new())?
| ^^^^^^^^^^^^^^^
error[E0063]: missing fields max_length, min_length in initializer of openapiv3::StringType
--> jcli/src/jcli_app/utils/open_api_verifier.rs:395:59
|
395 | let valid_schema_kind = SchemaKind::Type(Type::String(StringType {
| ^^^^^^^^^^ missing max_length, min_length
error: aborting due to previous error; 2 warnings emitted
For more information about this error, try rustc --explain E0063.
error: failed to compile jcli v0.8.9 (/root/jormungandr/jcli), intermediate artifacts can be found at /root/jormungandr/target
Caused by:
could not compile jcli.
To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
Error as below, aware this isn't strictly an issue with the c/p script, but nonetheless the script won't work with this error
Compiling jormungandr-lib v0.8.9 (/root/jormungandr/jormungandr-lib)
warning: use of deprecated item 'rand::rngs::EntropyRng': use rngs::OsRng instead
--> jcli/src/jcli_app/key.rs:10:12
|
10 | use rand::{rngs::EntropyRng, SeedableRng};
| ^^^^^^^^^^^^^^^^
|
= note:
#[warn(deprecated)]
on by defaultwarning: use of deprecated item 'rand::rngs::EntropyRng': use rngs::OsRng instead
--> jcli/src/jcli_app/key.rs:429:29
|
429 | ChaChaRng::from_rng(EntropyRng::new())?
| ^^^^^^^^^^^^^^^
error[E0063]: missing fields
max_length
,min_length
in initializer ofopenapiv3::StringType
--> jcli/src/jcli_app/utils/open_api_verifier.rs:395:59
|
395 | let valid_schema_kind = SchemaKind::Type(Type::String(StringType {
| ^^^^^^^^^^ missing
max_length
,min_length
error: aborting due to previous error; 2 warnings emitted
For more information about this error, try
rustc --explain E0063
.error: failed to compile
jcli v0.8.9 (/root/jormungandr/jcli)
, intermediate artifacts can be found at/root/jormungandr/target
Caused by:
could not compile
jcli
.To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered: