Skip to content

version-sync-0.3.0

Choose a tag to compare

@mgeisler mgeisler released this 11 Feb 22:49
· 272 commits to master since this release

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.