Skip to content

Commit

Permalink
Revert "wip."
Browse files Browse the repository at this point in the history
This reverts commit dca26d4.

See dca26d4#r142068402.
  • Loading branch information
kivikakk committed May 16, 2024
1 parent aa79cac commit e1fb0fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
30 changes: 6 additions & 24 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doc = false

[dependencies]
typed-arena = "2.0.2"
regex = "= 1.9.6" # Latest to support 1.62.1.
regex = "1"
once_cell = "1.19.0"
entities = "1.0.1"
unicode_categories = "0.1.1"
Expand Down Expand Up @@ -72,9 +72,7 @@ syntect = { version = "5.0", optional = true, default-features = false, features
"html",
"regex-onig",
] }

# Latest to support 1.62.1.
clap = { version = "= 4.0.32", optional = true, features = [
clap = { version = "4.0", optional = true, features = [
"derive",
"string",
"wrap_help",
Expand Down

0 comments on commit e1fb0fb

Please sign in to comment.