removed version number reference

This commit is contained in:
Robin Müller 2021-12-10 10:27:55 +01:00
parent d402872b9e
commit f40ed7ceee
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To use this crate, add this to your `Cargo.toml`
```toml
[dependencies.va108xx]
version = "0.1"
version = "<MostRecentVersion>"
features = ["rt"]
```