From 182d3df54036d24733156c1c7b7324eedca1965e Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Sun, 1 Nov 2015 19:08:15 -0700 Subject: [PATCH] Update the dependency version example in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af605f1..0d58101 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ file: ```toml [dependencies] -names = "0.9.0" +names = "0.10.0" ``` and this to your crate root: