diff --git a/Cargo.toml b/Cargo.toml index e797d9c..47aabe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "editorconfig-sys" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.56.0" authors = ["Thorsten Blum "] diff --git a/README.md b/README.md index 941fe14..ccd5622 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -editorconfig-sys = "0.1.1" +editorconfig-sys = "0.1.2" ``` ## Usage