Release v17.0.1 (#1354)
This commit is contained in:
parent
6b20f89191
commit
2959891f58
7 changed files with 17 additions and 17 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -143,7 +143,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-client",
|
"atuin-client",
|
||||||
|
@ -184,7 +184,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-client"
|
name = "atuin-client"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
|
@ -230,7 +230,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-common"
|
name = "atuin-common"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eyre",
|
"eyre",
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
|
@ -244,7 +244,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server"
|
name = "atuin-server"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argon2",
|
"argon2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -271,7 +271,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server-database"
|
name = "atuin-server-database"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
|
@ -284,7 +284,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server-postgres"
|
name = "atuin-server-postgres"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
|
|
|
@ -10,7 +10,7 @@ members = [
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "17.0.0"
|
version = "17.0.1"
|
||||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||||
rust-version = "1.67"
|
rust-version = "1.67"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -17,7 +17,7 @@ default = ["sync"]
|
||||||
sync = ["urlencoding", "reqwest", "sha2", "hex"]
|
sync = ["urlencoding", "reqwest", "sha2", "hex"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.0" }
|
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
||||||
|
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
|
|
|
@ -10,7 +10,7 @@ homepage = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.0" }
|
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
|
|
@ -10,8 +10,8 @@ homepage = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.0" }
|
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
||||||
atuin-server-database = { path = "../atuin-server-database", version = "17.0.0" }
|
atuin-server-database = { path = "../atuin-server-database", version = "17.0.1" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
|
|
@ -11,8 +11,8 @@ homepage = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.0" }
|
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
||||||
atuin-server-database = { path = "../atuin-server-database", version = "17.0.0" }
|
atuin-server-database = { path = "../atuin-server-database", version = "17.0.1" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
|
|
@ -39,10 +39,10 @@ sync = ["atuin-client/sync"]
|
||||||
server = ["atuin-server", "atuin-server-postgres", "tracing-subscriber"]
|
server = ["atuin-server", "atuin-server-postgres", "tracing-subscriber"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-server-postgres = { path = "../atuin-server-postgres", version = "17.0.0", optional = true }
|
atuin-server-postgres = { path = "../atuin-server-postgres", version = "17.0.1", optional = true }
|
||||||
atuin-server = { path = "../atuin-server", version = "17.0.0", optional = true }
|
atuin-server = { path = "../atuin-server", version = "17.0.1", optional = true }
|
||||||
atuin-client = { path = "../atuin-client", version = "17.0.0", optional = true, default-features = false }
|
atuin-client = { path = "../atuin-client", version = "17.0.1", optional = true, default-features = false }
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.0" }
|
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
||||||
|
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue