diff --git a/Cargo.lock b/Cargo.lock index 819080f..0b8c8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "rustok-console" -version = "0.0.1" +version = "0.1.0" dependencies = [ "ratatui", "serde", diff --git a/Cargo.toml b/Cargo.toml index f185ba1..c6d2a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustok-console" -version = "0.0.1" +version = "0.1.0" edition = "2024" rust-version = "1.95" license = "MIT"