diff options
Diffstat (limited to 'zkvms_host_io')
| -rw-r--r-- | zkvms_host_io/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml index 46725df..bc6ea4c 100644 --- a/zkvms_host_io/Cargo.toml +++ b/zkvms_host_io/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] input_macros = { path = "./input_macros" } -clap = { version = "4.5.26", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } num-traits = "0.2.19" serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19" |
