mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Added note to specify version 0.2.6 of volatile (#910)
This commit is contained in:
@@ -305,6 +305,7 @@ We can add a dependency on the `volatile` crate by adding it to the `dependencie
|
|||||||
volatile = "0.2.6"
|
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.
|
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/
|
[semantic]: https://semver.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user