forked from janek/mostr
1
0
Fork 0

feat: release new version 0.6.0

This commit is contained in:
xeruf 2024-11-18 15:02:43 +01:00
parent 7561bc0e2f
commit cb1d8ef8fb
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1488,7 +1488,7 @@ dependencies = [
[[package]]
name = "mostr"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"chrono",
"chrono-english",

View File

@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr"
readme = "README.md"
license = "GPL 3.0"
authors = ["melonion"]
version = "0.5.0"
version = "0.6.0"
rust-version = "1.82"
edition = "2021"
default-run = "mostr"

View File

@ -82,6 +82,8 @@ fn read_keys(readline: &mut DefaultEditor) -> Result<Keys> {
#[tokio::main]
async fn main() -> Result<()> {
println!("Running Mostr Version {}", env!("CARGO_PKG_VERSION"));
let mut args = args().skip(1).peekable();
let mut builder = if args.peek().is_some_and(|arg| arg == "--debug") {
args.next();