feat: new version, better timeout management (#7)

This commit is contained in:
Finn Sheng
2026-02-08 19:05:28 -05:00
committed by GitHub
parent f6678e7069
commit 65bfc0b34d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1303,7 +1303,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
[[package]]
name = "vibebox"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"assert_cmd",
"block2",

View File

@@ -1,6 +1,6 @@
[package]
name = "vibebox"
version = "0.2.2"
version = "0.2.3"
edition = "2024"
authors = ["Finn Sheng"]
description = "Ultrafast CLI on Apple Silicon macOS for fast, sandboxed development and LLM agents."