Bump spin version as 0.4.6 can't build on nightly (#485)

This commit is contained in:
Donald Pinckney
2018-10-24 03:31:42 -04:00
committed by Philipp Oppermann
parent 005551efc8
commit f6196a73be
2 changed files with 2 additions and 2 deletions

View File

@@ -500,7 +500,7 @@ To use a spinning mutex, we can add the [spin crate] as a dependency:
```toml
# in Cargo.toml
[dependencies]
spin = "0.4.6"
spin = "0.4.9"
```
```rust