diff options
author | Aleksey Kladov <[email protected]> | 2019-05-21 16:57:33 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-05-21 16:57:33 +0100 |
commit | 26463f189ff75e92990375ee5ae08d3903d39e66 (patch) | |
tree | 3bc9913361e9810ed7f9cb5e27f6b19c145431d9 /crates/gen_lsp_server | |
parent | 9f03c0781224faaa6e538094e34f1f6591689800 (diff) |
publish gen_lsp_server 0.2
Diffstat (limited to 'crates/gen_lsp_server')
-rw-r--r-- | crates/gen_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 34343e2f2..ba8bfdbd3 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml | |||
@@ -1,7 +1,7 @@ | |||
1 | [package] | 1 | [package] |
2 | edition = "2018" | 2 | edition = "2018" |
3 | name = "gen_lsp_server" | 3 | name = "gen_lsp_server" |
4 | version = "0.1.0" | 4 | version = "0.2.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 6 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |