mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-07 17:04:51 +01:00
Update versions to match
This commit is contained in:
parent
a21737e2b7
commit
053ac5eacb
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -114,7 +114,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-client"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -148,7 +148,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-common"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"eyre",
|
||||
@ -164,7 +164,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
|
@ -10,9 +10,9 @@ description = "atuin - magical shell history"
|
||||
members = ["./atuin-client", "./atuin-server", "./atuin-common"]
|
||||
|
||||
[dependencies]
|
||||
atuin-server = { path = "atuin-server", version = "0.1.0" }
|
||||
atuin-client = { path = "atuin-client", version = "0.1.0" }
|
||||
atuin-common = { path = "atuin-common", version = "0.1.0" }
|
||||
atuin-server = { path = "atuin-server", version = "0.5.0" }
|
||||
atuin-client = { path = "atuin-client", version = "0.5.0" }
|
||||
atuin-common = { path = "atuin-common", version = "0.5.0" }
|
||||
|
||||
log = "0.4"
|
||||
fern = {version = "0.6.0", features = ["colored"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "atuin-client"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
@ -9,7 +9,7 @@ description = "client library for atuin"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "0.1.0" }
|
||||
atuin-common = { path = "../atuin-common", version = "0.5.0" }
|
||||
|
||||
log = "0.4"
|
||||
fern = {version = "0.6.0", features = ["colored"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "atuin-common"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "atuin-server"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
description = "server library for atuin"
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "0.1.0" }
|
||||
atuin-common = { path = "../atuin-common", version = "0.5.0" }
|
||||
|
||||
log = "0.4"
|
||||
fern = {version = "0.6.0", features = ["colored"] }
|
||||
|
Loading…
Reference in New Issue
Block a user