From 257c67f204c2a2d1ca8a1d0ac266312167a170eb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 16 Dec 2022 14:54:22 +0300 Subject: chore(tvix): upgrade to clap 4.0 In //tvix/eval: * criterion bumped to 4.0, which at least depends on clap 3.x instead of 2.x, which is less incompatible In //tvix/cli: * no changes required In //tvix/nix_cli: * some minor changes for compatibility with clap 4.0, no functionality changes Change-Id: If793f64b59fcaa2402d3d483ddbab4092f32df03 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7588 Reviewed-by: grfn Tested-by: BuildkiteCI --- tvix/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/cli') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 605b2c8065..26aabd01cf 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] tvix-eval = { path = "../eval" } rustyline = "10.0.0" -clap = { version = "3.2.22", features = ["derive", "env"] } +clap = { version = "4.0", features = ["derive", "env"] } dirs = "4.0.0" -- cgit 1.4.1