Added note to specify version 0.2.6 of volatile (#910)

This commit is contained in:
Nick Schmitt
2021-01-16 10:16:24 -08:00
committed by GitHub
parent 27b5f5ee83
commit c242563a13

View File

@@ -305,6 +305,7 @@ We can add a dependency on the `volatile` crate by adding it to the `dependencie
volatile = "0.2.6"
```
Make sure to specify `volatile` version `0.2.6`. Newer versions of the crate are not compatible with this post.
The `0.2.6` is the [semantic] version number. For more information, see the [Specifying Dependencies] guide of the cargo documentation.
[semantic]: https://semver.org/