From 2c43498b9e6ffc01e8e0551513f418cb1a79b01b Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 11 Sep 2016 13:57:24 -0600 Subject: [PATCH] Change the version to 2.0 in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0587cc0..13a3723 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the `bn` crate to your dependencies in `Cargo.toml`... ```toml [dependencies] -bn = "0.1.*" +bn = "0.2.*" ``` ...and add an `extern crate` declaration to your crate root: