Release 0.1.4
This commit is contained in:
Generated
+1
-1
@@ -436,7 +436,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tui2"
|
name = "tui2"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"ratatui",
|
"ratatui",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tui2"
|
name = "tui2"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Austin"]
|
authors = ["Austin"]
|
||||||
description = "A terminal UI launcher for terminal UI apps"
|
description = "A terminal UI launcher for terminal UI apps"
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ members = ["cargo:."]
|
|||||||
cargo-dist-version = "0.31.0"
|
cargo-dist-version = "0.31.0"
|
||||||
# CI backends to support
|
# CI backends to support
|
||||||
ci = "github"
|
ci = "github"
|
||||||
|
# Generated CI is intentionally patched to use npm Trusted Publishing (OIDC).
|
||||||
|
allow-dirty = ["ci"]
|
||||||
# The installers to generate for each app
|
# The installers to generate for each app
|
||||||
installers = ["shell", "powershell", "npm", "homebrew"]
|
installers = ["shell", "powershell", "npm", "homebrew"]
|
||||||
# A namespace to use when publishing this package to the npm registry
|
# A namespace to use when publishing this package to the npm registry
|
||||||
|
|||||||
Reference in New Issue
Block a user