diff --git a/Cargo.toml b/Cargo.toml index 586abd1..6ee2312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-sync" -version = "0.1.2" +version = "0.1.3" license = "MIT/Apache-2.0" authors = ["Graham Wihlidal "] homepage = "https://github.com/gwihlidal/vk-sync-rs" @@ -15,6 +15,7 @@ exclude = [ ".gitignore", "appveyor.yml" ] +edition = "2018" [badges] travis-ci = { repository = "gwihlidal/vk-sync-rs" } diff --git a/README.md b/README.md index d490394..676c7de 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vk-sync = "0.1.1" +vk-sync = "0.1.3" ``` and this to your crate root: