version-sync-0.3.0
When checking dependencies in READMEs, TOML blocks can now be excluded from the check by adding no_sync to the language line:
```toml,no_sync
[dependencies]
your_crate = "0.1"
```This TOML block will not be checked. This is similar to no_run for Rust code blocks.