Skip to content

Commit

Permalink
Update README for 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
okready committed Apr 30, 2018
1 parent 9155634 commit d439a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
scratchpad = "0.1"
scratchpad = "0.2"
```

and this to your crate root:
Expand All @@ -50,7 +50,7 @@ disabled in your `Cargo.toml`:

```toml
[dependencies]
scratchpad = { version = "0.1", default-features = false }
scratchpad = { version = "0.2", default-features = false }
```

`Box` support is still available for `no_std` builds when using a nightly
Expand All @@ -73,5 +73,5 @@ Simply add the `unstable` feature to your `Cargo.toml` dependency:

```toml
[dependencies]
scratchpad = { version = "0.1", features = ["unstable"] }
scratchpad = { version = "0.2", features = ["unstable"] }
```

0 comments on commit d439a49

Please sign in to comment.