update the version

This commit is contained in:
tommy
2022-08-08 15:15:52 +02:00
parent a1b7b43da2
commit 96d5fd7612
+2 -1
View File
@@ -12,8 +12,9 @@ clap = { version = "3.2.8", features = ["derive"] }
dotenv = "0.15.0"
log = "0.4"
pretty_env_logger = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.11", features = [ "net", "rt-multi-thread", "macros", "signal"] }
bip39 = "1.0.1"
validator-client = { path = "../../common/client-libs/validator-client", features = ["nymd-client"] }