Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Jan 10, 2023
1 parent c298248 commit 02d3a76
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
34 changes: 19 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ anyhow = "1.0"
flate2 = "1.0.22"
serde_json = "1.0.59"
serde = { version = "1.0", features = ["derive"] }
# lapce-plugin = "0.1.0"
lapce-plugin = { path = "../lapce-plugin-rust" }
lapce-plugin = "0.1.1"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn initialize(params: InitializeParams) -> Result<()> {
if !file_path.exists() {
let result: Result<()> = {
let url = format!(
"https://github.com/rust-lang/rust-analyzer/releases/download/2022-10-31/{}.gz",
"https://github.com/rust-lang/rust-analyzer/releases/download/2023-01-02/{}.gz",
file_name
);
let mut resp = Http::get(&url)?;
Expand Down
2 changes: 1 addition & 1 deletion volt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lapce-rust"
version = "0.2.3"
version = "0.2.4"
author = "Lapce"
display-name = "Rust"
description = "Rust for Lapce: powered by Rust Analyzer"
Expand Down

0 comments on commit 02d3a76

Please sign in to comment.