32 Commits

Author SHA1 Message Date
Joel Natividad
681e117453
turn off decimal dependency default features (#33)
* turn off decimal dependency default features

to get rid of https://rustsec.org/advisories/RUSTSEC-2022-0004

* disable default features, but still enable serde and ord_subset

just dropping rustc-serialize as per @probablykasper
2023-03-30 00:04:35 +02:00
Joel Natividad
b3a8ef8b66
bump regex from 1.6 to 1.7; unicode-segmentation from 1.9 to 1.10 (#34) 2023-03-29 23:48:07 +02:00
Kasper
b08dbdf0f7
Bump version 2022-12-30 12:46:22 +01:00
Joel Natividad
cc8f8f0a2c Bump dependencies to minor version; 2021 edition 2022-09-11 13:57:05 -04:00
Kasper
7d807424a8 v1.8.0 2021-08-16 06:37:49 +02:00
Kasper
6aeee32168 v1.7.0 2021-07-14 00:03:28 +02:00
Kasper
0c1d2b38c1 Add more tests by @djmattyg007 2021-07-06 19:06:50 +02:00
Kasper
541e38dc65 Attempt at improving multi-word handling (incomplete) 2021-07-05 09:22:21 +02:00
Kasper
0e58740749 v1.6.0 2021-07-03 17:34:34 +02:00
Kasper
dc1b011058 v1.5.1 2021-06-10 21:45:18 +02:00
Kasper
2a214294e4 v1.5.0 2021-04-21 22:06:12 +02:00
Kasper
ca273773ef Rename --debug to --verbose and -v 2021-04-21 21:10:06 +02:00
Kasper
01d00a7298 v1.4.2 2021-04-08 01:55:11 +02:00
Kasper
7ceb484f98 v1.4.1 2021-04-08 00:53:11 +02:00
Kasper
b5a7b2e2f4 cargo update 2021-03-15 00:51:46 +01:00
Kasper
1db9598cd2 Switch back to official decimal
Switch back to official `decimal` because https://github.com/alkis/decimal/issues/59 is fixed
2021-03-15 00:45:08 +01:00
Kasper
e2f284290d v1.3.2 2021-02-08 02:41:17 +01:00
Kasper
d0d37e988c v1.3.1 2021-01-14 18:03:10 +01:00
Kasper
6b9284689e v1.3.0 2020-11-29 03:53:40 +01:00
Kasper
47094869dc v1.2.0 2020-11-26 02:09:20 +01:00
Kasper
ef97410fe5 Updated decimal dependency to decimal_fixes_mirror
Fixed panics in Rust 1.48.0
2020-11-26 01:24:51 +01:00
Kasper
bf30ffa00b Fixed dividing a unit by NoUnit resulting in NoUnit 2020-11-26 00:10:04 +01:00
Kasper
5a7ec8b196 Make const fn a normal function for compatibility 2020-11-25 23:17:01 +01:00
Kasper
efd5b63a0d v1.1.0 2020-11-14 05:26:22 +01:00
Kasper
5f85d32f65 v1.0.2 2020-10-12 20:45:48 +02:00
Kasper
6b91b35b34 v1.0.1 2020-08-20 22:12:31 +02:00
Kasper
fa67e70170 v1.0.0 2020-08-20 10:50:00 +02:00
Kasper
e8d363acfc Fixed byte_index not incrementing in digit/string loops 2019-12-09 04:34:08 +01:00
Kasper
424e6988e9 Lexer supports multi-byte utf8 characters and "pi", "π" and "e" 2019-12-09 03:36:02 +01:00
Kasper
8e2a3ff4d7 Number parsing 2019-12-08 21:04:35 +01:00
Kasper
f83c0ce59d Started work on custom lexer 2019-12-08 15:17:15 +01:00
Kasper
4281aa97a9 cargo init 2019-12-06 16:16:29 +01:00