Skip to content

Commit

Permalink
bump clap version to 4.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
connorskees committed Jul 14, 2023
1 parent 5b6a06d commit 4c903dd
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 100 deletions.
200 changes: 114 additions & 86 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rustdoc-args = ["--cfg", "doc_cfg"]
[dependencies]
grass_compiler = { path = "../compiler", version = "=0.13.0", default-features = false }
include_sass = { path = "../include_sass", version = "0.13.0", optional = true }
clap = { version = "3.2.23", optional = true }
clap = { version = "4.3.10", optional = true }

[features]
# todo: no commandline by default
Expand Down

0 comments on commit 4c903dd

Please sign in to comment.