diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-02 22:12:18 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-02 22:12:18 +0100 |
| commit | 854e2c357e49b05ade4a74cbdcfd546cb53adf96 (patch) | |
| tree | 9805744720271afc3e3a154a0d4a54b758320e96 /oryxc/Cargo.toml | |
| parent | b903ea3d09abf7aba9c415c37b205076b1bc1631 (diff) | |
Update lexopt to 0.3.2
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index 984d910..1b418f3 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" crossbeam-deque = "0.8.6" dashmap = "6.1.0" # icu = { version = "2.1.1", features = ["compiled_data"] } -lexopt = "0.1.0" +lexopt = "0.3.2" # num-rational = "0.4.2" phf = { version = "0.13.1", features = ["macros"] } soa-rs = "0.9.1" |