Skip to content
New issue

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

building with rustc 1.8 #916

Closed
PFC-developer opened this issue Jul 26, 2024 · 1 comment
Closed

building with rustc 1.8 #916

PFC-developer opened this issue Jul 26, 2024 · 1 comment

Comments

@PFC-developer
Copy link

PFC-developer commented Jul 26, 2024

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

@PFC-developer
Copy link
Author

resolved with #917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant