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