Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib: Bump version to 0.3.0
Erik Kundt committed 2 years ago
commit 8ddf3d0d068a3ef216c91a94b689c59022dc22e4
parent f849cfa8d6c3c3531cadcc1c0860527b2020d8bc
2 files changed +2 -2
modified Cargo.lock
@@ -1612,7 +1612,7 @@ dependencies = [

[[package]]
name = "radicle-tui"
-
version = "0.1.0"
+
version = "0.3.0"
dependencies = [
 "anyhow",
 "inquire",
modified Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "radicle-tui"
license = "MIT OR Apache-2.0"
-
version = "0.1.0"
+
version = "0.3.0"
authors = ["Erik Kundt <erik@zirkular.io>"]
edition = "2021"
build = "build.rs"