Skip to content

Commit

Permalink
docs: update all docs to compile successfully (#6)
Browse files Browse the repository at this point in the history
* docs: update all docs to compile successfully

* docs: link README to latest version
  • Loading branch information
chesedo authored Aug 12, 2024
1 parent a3c8a78 commit 43d62b8
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pretty_assertions = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
tokenstream2-tmpl = "0.1"
tokenstream2-tmpl = "0.1.2"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Next up for investigation is:
- [ ] Observer
- [ ] A smarter Visitor

[abstract_factory]: https://docs.rs/despatma/0.1.0/despatma/attr.abstract_factory.html
[interpolate_traits]: https://docs.rs/despatma/0.1.0/despatma/attr.interpolate_traits.html
[visitor]: https://docs.rs/despatma/0.1.0/despatma/macro.visitor.html
[abstract_factory]: https://docs.rs/despatma/latest/despatma/attr.abstract_factory.html
[interpolate_traits]: https://docs.rs/despatma/latest/despatma/attr.interpolate_traits.html
[visitor]: https://docs.rs/despatma/latest/despatma/macro.visitor.html
Loading

0 comments on commit 43d62b8

Please sign in to comment.