Skip to content

Commit

Permalink
fix: set clap_derive version to exactly 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Jan 5, 2022
1 parent 490a9d4 commit ad1d3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion runcc/Cargo.toml
Expand Up @@ -29,6 +29,7 @@ toml = "0.5"
ron = "0.6"
tokio = { version = "1", features = ["process", "macros", "rt", "sync", "signal", "io-util", "rt-multi-thread"] }
clap = { version = "=3.0.0-beta.4", optional = true }
clap_derive = { version = "=3.0.0-beta.4", optional = true }
regex = { version = "1", optional = true }
lazy_static = { version = "1", optional = true }

Expand All @@ -37,7 +38,7 @@ rand = "0.8"

[features]
default = ["cli", "auto_ansi_escape"]
cli = ["clap"]
cli = ["clap", "clap_derive"]
auto_ansi_escape = ["regex", "lazy_static"]

[[bin]]
Expand Down

0 comments on commit ad1d3c4

Please sign in to comment.