Skip to content

Commit aaec328

Browse files
committed
Bump to lexopt v0.3.1
Some different handling for invalid UTF-8 in options, which doesn't matter since `-f` and `-t` have no valid non-UTF-8 choices.
1 parent 48c790d commit aaec328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["cli"]
1212
exclude = ["benches/**"]
1313

1414
[dependencies]
15-
lexopt = "0.3.0"
15+
lexopt = "0.3.1"
1616
memmap2 = "0.9.4"
1717
rmp = "0.8.12"
1818
rmp-serde = "1.1.2"

0 commit comments

Comments
 (0)