Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy committed May 19, 2020
1 parent e3ae298 commit acc5e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn run_server() -> Result<()> {
capabilities: server_capabilities,
server_info: Some(lsp_types::ServerInfo {
name: String::from("rust-analyzer"),
version: None,
version: Some(String::from(env!("REV"))),
}),
};

Expand Down

0 comments on commit acc5e8d

Please sign in to comment.