Skip to content

Commit

Permalink
Fixed clap dependency issue in examples feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed May 10, 2024
1 parent 6659a85 commit 5ca22ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ndarray = { version = "~0.15", optional = true }

# "examples" feature.
anyhow = { version = "~1.0", optional = true }
clap = { version = "~4.5", features = ["derive"], optional = true }
clap = { version = "3.0.0", features = ["derive"], optional = true }
env_logger = { version = "~0.10", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5ca22ce

Please sign in to comment.