Skip to content

Commit

Permalink
Merge pull request #97 from artichoke/lopopolo/readme-precise-versions
Browse files Browse the repository at this point in the history
Use precise crate version in Cargo.toml snippet in README
  • Loading branch information
lopopolo committed Mar 11, 2022
2 parents 1fac535 + 4728139 commit b2d6001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
cactusref = "0.1"
cactusref = "0.1.1"
```

CactusRef is mostly a drop-in replacement for `std::rc::Rc`, which can be used
Expand Down

0 comments on commit b2d6001

Please sign in to comment.