diff options
Diffstat (limited to 'users/grfn/xanthous/server/Cargo.toml')
-rw-r--r-- | users/grfn/xanthous/server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/server/Cargo.toml b/users/grfn/xanthous/server/Cargo.toml index adb2a02391bd..d4a064beb697 100644 --- a/users/grfn/xanthous/server/Cargo.toml +++ b/users/grfn/xanthous/server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" [dependencies] -clap = "3.0.0-beta.5" +clap = { version = "3.0", features = [ "derive", "env" ] } color-eyre = "0.5.11" eyre = "0.6.5" thrussh = "0.33.5" |