File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.2.1
2+
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 :
5+
6+ ## Fix
7+
8+ - Don't overflow the stack when parsing strings containing many escaped chars [ (#94 )]
9+
10+ ## Deps
11+
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 )]
15+
16+ ## Docs
17+
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
You can’t perform that action at this time.
0 commit comments