diff --git a/Cargo.lock b/Cargo.lock index 879519b2875..e37ce4ae2e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,7 +1379,7 @@ dependencies = [ [[package]] name = "rls" -version = "1.35.0" +version = "1.36.0" dependencies = [ "cargo 0.36.0 (git+https://github.com/rust-lang/cargo?rev=ed858daaf7c62f6f2156c47d00b0c669bcf9b183)", "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d43301c371c..125c2752624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rls" -version = "1.35.0" +version = "1.36.0" edition = "2018" authors = ["Nick Cameron ", "The RLS developers"] description = "Rust Language Server - provides information about Rust programs to IDEs and other tools"