mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-16 18:11:55 +02:00
Bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -106,7 +106,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"chrono-english",
|
"chrono-english",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Ellie Huxtable <e@elm.sh>"]
|
authors = ["Ellie Huxtable <e@elm.sh>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -25,8 +25,8 @@ mod remote;
|
|||||||
#[derive(StructOpt)]
|
#[derive(StructOpt)]
|
||||||
#[structopt(
|
#[structopt(
|
||||||
author = "Ellie Huxtable <e@elm.sh>",
|
author = "Ellie Huxtable <e@elm.sh>",
|
||||||
version = "0.1.0",
|
version = "0.3.1",
|
||||||
about = "Keep your shell history in sync"
|
about = "Magical shell history"
|
||||||
)]
|
)]
|
||||||
struct Atuin {
|
struct Atuin {
|
||||||
#[structopt(long, parse(from_os_str), help = "db file path")]
|
#[structopt(long, parse(from_os_str), help = "db file path")]
|
||||||
|
Reference in New Issue
Block a user