Generated
+3
-3
@@ -456,7 +456,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||||
|
||||
[[package]]
|
||||
name = "linutil_core"
|
||||
version = "25.2.13"
|
||||
version = "25.6.27"
|
||||
dependencies = [
|
||||
"ego-tree",
|
||||
"include_dir",
|
||||
@@ -468,7 +468,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "linutil_tui"
|
||||
version = "25.2.13"
|
||||
version = "25.6.27"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"linutil_core",
|
||||
@@ -1356,7 +1356,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
||||
|
||||
[[package]]
|
||||
name = "xtask"
|
||||
version = "25.2.13"
|
||||
version = "25.6.27"
|
||||
dependencies = [
|
||||
"linutil_core",
|
||||
]
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[workspace.package]
|
||||
license = "MIT"
|
||||
version = "25.2.13"
|
||||
version = "25.6.27"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Set Cargo.toml and core/cargo.toml version
|
||||
Publish linutil_core
|
||||
Set Tui/cargo.toml core version to new version
|
||||
Publish linutil_tui
|
||||
Run GitHub release action
|
||||
update AUR linutil
|
||||
+1
-1
@@ -22,7 +22,7 @@ tui-term = { version = "0.2.0", default-features = false }
|
||||
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"], default-features = false }
|
||||
unicode-width = { version = "0.2.0", default-features = false }
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
linutil_core = { version = "25.2.13", path = "../core" }
|
||||
linutil_core = { version = "25.6.27", path = "../core" }
|
||||
tree-sitter-highlight = "0.24.4"
|
||||
tree-sitter-bash = "0.23.3"
|
||||
nix = { version = "0.29.0", features = [ "user" ] }
|
||||
|
||||
Reference in New Issue
Block a user