Skip to content

Commit 94c502f

Browse files
docs: fix stale versions, broken links, and invalid API references
- Update dependency versions from 0.3.0/0.4.0 to 0.6 across all READMEs and getting-started docs - Fix MSRV references from 1.86 to 1.92 - Replace invalid API docs (core-types, error-handling, traits) with accurate descriptions of per-crate architecture - Fix incorrect API examples in basic-usage.md to match actual types: WdlParser, M2Model, parse_adt(), parse_wmo(), DbcParser - Remove broken links to non-existent docs (troubleshooting, validation, logging, guidelines, migration, testing, reference-implementations) - Fix Discord invite URL, examples path, indicatif version in CLI doc
1 parent 9f4094b commit 94c502f

File tree

18 files changed

+227
-1733
lines changed

18 files changed

+227
-1733
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Add to your `Cargo.toml`:
9090

9191
```toml
9292
[dependencies]
93-
wow-mpq = "0.4.0"
94-
wow-blp = "0.4.0"
95-
wow-adt = "0.4.0"
93+
wow-mpq = "0.6"
94+
wow-blp = "0.6"
95+
wow-adt = "0.6"
9696
# ... other formats as needed
9797
```
9898

0 commit comments

Comments
 (0)