diff options
| author | Henry <mail@henrygressmann.de> | 2026-02-12 00:07:43 +0100 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-02-12 00:07:43 +0100 |
| commit | 384cb7ecb8e39fc6d4ec371bd753a889dfb83b33 (patch) | |
| tree | 653266b9e9b7088234da3c34da41691f6c57f5f0 /crates/parser/src | |
| parent | 7e3465b25af40aa6f2eb09b1f2cddd863ca40baa (diff) | |
chore: upgrade deps
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/src')
| -rw-r--r-- | crates/parser/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index 6fb8e90..b65c47b 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -89,7 +89,7 @@ impl Parser { cm_nested_names: false, cm_values: false, cm_error_context: false, - cm_fixed_size_list: false, + cm_fixed_length_lists: false, cm_gc: false, }; Validator::new_with_features(features.into()) |
