Skip to content

Commit

Permalink
upgrade MSRV to 1.70.0 to replace once_cell with std::sync::OnceLock
Browse files Browse the repository at this point in the history
also bump regex from 1.7 to 1.8
  • Loading branch information
jqnatividad committed Jun 3, 2023
1 parent 4d78e7a commit 6b856fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ categories = ["command-line-interface"]
license = "Unlicense/MIT"
exclude = ["/Makefile", "/scripts/*"]
edition = "2021"
rust-version = "1.70.0"

[lib]
name = "qsv_docopt"
Expand All @@ -23,7 +24,6 @@ doc = false
test = false

[dependencies]
once_cell = "1.17"
regex = "1.7"
regex = "1.8"
serde = { version = "1", features = ["derive"] }
strsim = "0.10"

0 comments on commit 6b856fb

Please sign in to comment.