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