From 4728139a6ee68f433281c516d8e9a4b1c5e1b42f Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Thu, 10 Mar 2022 16:13:21 -0800 Subject: [PATCH] Use precise crate version in Cargo.toml snippet in README See https://github.com/artichoke/artichoke/pull/1688 and similar PRs in the Artichoke GitHub org for dep-side changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6d4b74d..e71ef8b27 100644 --- a/README.md +++ b/README.md @@ -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