|
1 | 1 | # Version 0.2.1 |
2 | 2 |
|
3 | | -Significantly slims down our dependency tree |
| 3 | +The main headline of this update is significantly slimming down our dependency |
| 4 | +tree. We now depend solely on `pest` (and its transitive deps) :tada: |
4 | 5 |
|
5 | 6 | ## Fix |
6 | 7 |
|
7 | | -- Don't overflow the stack when parsing strings containing many escaped chars (#94) |
| 8 | +- Don't overflow the stack when parsing strings containing many escaped chars [(#94)] |
8 | 9 |
|
9 | 10 | ## Deps |
10 | 11 |
|
11 | | -- Drop `thiserror` for a manual implementation (#56) |
12 | | -- Run `cargo update` and `cargo upgrade` (#58) |
13 | | -- Commit generated parser code instead of generating with `pest_derive` (#95) (#96) |
| 12 | +- Drop `thiserror` for a manual implementation [(#56)] |
| 13 | +- Run `cargo update` and `cargo upgrade` [(#58)] |
| 14 | +- Commit generated parser code instead of generating with `pest_derive` [(#95)] [(#96)] |
14 | 15 |
|
15 | 16 | ## Docs |
16 | 17 |
|
17 | | -- Fix incorrect indentation in README example (#43) |
18 | | -- Update installation docs to use `cargo add` (#58) |
19 | | -- Spruce up more `Cargo.toml` package fields (#70) |
20 | | -- Copy licenses into crates (#75) |
| 18 | +- Fix incorrect indentation in README example [(#43)] |
| 19 | +- Update installation docs to use `cargo add` [(#58)] |
| 20 | +- Spruce up more `Cargo.toml` package fields [(#70)] |
| 21 | +- Copy licenses into crates [(#75)] |
| 22 | + |
| 23 | +[(#43)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/43 |
| 24 | +[(#56)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/56 |
| 25 | +[(#58)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/58 |
| 26 | +[(#70)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/70 |
| 27 | +[(#75)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/75 |
| 28 | +[(#94)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/94 |
| 29 | +[(#95)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/95 |
| 30 | +[(#96)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/96 |
0 commit comments