From 2303209c043c1519e0e226709b077aa9773471be Mon Sep 17 00:00:00 2001 From: Anton Whalley Date: Fri, 27 May 2022 17:36:21 +0100 Subject: [PATCH] release: bump docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad4897..2280496 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The recommended way to use it is to add a line into your Cargo.toml such as: ```toml [dependencies] -libcrio = "0.1.4" +libcrio = "2.0.0" ``` Then `use libcrio::Cli;` in your code wherever you want