We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the compile fails, due to a include package 'time' which is included in various packages.
diff --git a/Cargo.toml b/Cargo.toml index 8626e58..bbce76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ tendermint-config = "0.35" tendermint-p2p = "0.35" tendermint-proto = "0.35" thiserror = "1" +time="0.3.36" url = { version = "2.2.2", features = ["serde"], optional = true } uuid = { version = "1", features = ["serde"], optional = true } wait-timeout = "0.2"
resolves the issue
The text was updated successfully, but these errors were encountered:
resolved with #917
Sorry, something went wrong.
No branches or pull requests
the compile fails, due to a include package 'time' which is included in various packages.
resolves the issue
The text was updated successfully, but these errors were encountered: