chore(release): 0.5.2
CI / cargo fmt --check (push) Successful in 20s
CI / cargo test (push) Successful in 34s
CI / cargo clippy (push) Successful in 35s
Release / bump + tag (push) Successful in 43s
Release / build aarch64-unknown-linux-musl (push) Successful in 2m10s
Release / build x86_64-unknown-linux-gnu (push) Successful in 2m15s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m18s
Release / build x86_64-unknown-linux-musl (push) Successful in 2m18s
Release / gitea release (push) Successful in 1m36s
CI / cargo fmt --check (push) Successful in 20s
CI / cargo test (push) Successful in 34s
CI / cargo clippy (push) Successful in 35s
Release / bump + tag (push) Successful in 43s
Release / build aarch64-unknown-linux-musl (push) Successful in 2m10s
Release / build x86_64-unknown-linux-gnu (push) Successful in 2m15s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m18s
Release / build x86_64-unknown-linux-musl (push) Successful in 2m18s
Release / gitea release (push) Successful in 1m36s
This commit is contained in:
@@ -17,5 +17,5 @@ name = "nuwiki-ls"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.5.1" }
|
||||
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.5.2" }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-std"] }
|
||||
|
||||
@@ -13,7 +13,7 @@ homepage.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
nuwiki-core = { path = "../nuwiki-core", version = "0.5.1" }
|
||||
nuwiki-core = { path = "../nuwiki-core", version = "0.5.2" }
|
||||
tower-lsp = "0.20"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-std", "sync", "fs"] }
|
||||
dashmap = "6"
|
||||
|
||||
Reference in New Issue
Block a user