chore(release): 0.5.1
CI / cargo fmt --check (push) Successful in 39s
Release / bump + tag (push) Successful in 45s
CI / cargo clippy (push) Successful in 1m9s
CI / cargo test (push) Successful in 1m19s
Release / build x86_64-unknown-linux-gnu (push) Successful in 1m43s
Release / build aarch64-unknown-linux-musl (push) Successful in 1m48s
Release / build x86_64-unknown-linux-musl (push) Successful in 1m57s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m0s
Release / gitea release (push) Successful in 53s
CI / cargo fmt --check (push) Successful in 39s
Release / bump + tag (push) Successful in 45s
CI / cargo clippy (push) Successful in 1m9s
CI / cargo test (push) Successful in 1m19s
Release / build x86_64-unknown-linux-gnu (push) Successful in 1m43s
Release / build aarch64-unknown-linux-musl (push) Successful in 1m48s
Release / build x86_64-unknown-linux-musl (push) Successful in 1m57s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m0s
Release / gitea release (push) Successful in 53s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Lzhq43v1qpkZczN65dqXa3
This commit is contained in:
Generated
+3
-3
@@ -376,11 +376,11 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
||||
|
||||
[[package]]
|
||||
name = "nuwiki-core"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
|
||||
[[package]]
|
||||
name = "nuwiki-ls"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"nuwiki-lsp",
|
||||
"tokio",
|
||||
@@ -388,7 +388,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nuwiki-lsp"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dashmap 6.1.0",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ resolver = "2"
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.83"
|
||||
authors = ["Gabriel Fróes Franco <gffranco@gmail.com>"]
|
||||
|
||||
@@ -17,5 +17,5 @@ name = "nuwiki-ls"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.5.0" }
|
||||
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.5.1" }
|
||||
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.0" }
|
||||
nuwiki-core = { path = "../nuwiki-core", version = "0.5.1" }
|
||||
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