feat: Disable unicode support by default + update deps
- Disable the regex's unicode feature by default - Add a feature to Ion to enable it again - Update the dependencies Breaking Change: Perl-style character class are disabled (\w _et al._) and there is no longer unicode support by default.
Showing
- Cargo.lock 60 additions, 41 deletionsCargo.lock
- Cargo.toml 4 additions, 3 deletionsCargo.toml
- benches/statement.rs 9 additions, 18 deletionsbenches/statement.rs
- benches/terminator.rs 9 additions, 8 deletionsbenches/terminator.rs
- manual/src/expansions/05-method.md 3 additions, 1 deletionmanual/src/expansions/05-method.md
- src/binary/mod.rs 4 additions, 4 deletionssrc/binary/mod.rs
- src/main.rs 4 additions, 10 deletionssrc/main.rs
- tests/builtin_piping.ion 2 additions, 2 deletionstests/builtin_piping.ion
- tests/help.out 4 additions, 4 deletionstests/help.out
- tests/script_exec/builtin_piping.ion 2 additions, 2 deletionstests/script_exec/builtin_piping.ion
Loading
Please register or sign in to comment