summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-26 16:13:32 +0100
committerEllie Huxtable <e@elm.sh>2021-04-26 16:13:32 +0100
commite4eead826380b7036e9c3f7d2d060b6444767d75 (patch)
tree839ebc31d782e91f1f80c10b8ba038ffca587d35
parentdcd658d2e98e1460e51d17fd15380391977e0b84 (diff)
Update dependencies properly
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml8
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 92f82cc0..0b6e8925 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "atuin"
-version = "0.6.2"
+version = "0.6.3"
dependencies = [
"async-trait",
"atuin-client",
diff --git a/Cargo.toml b/Cargo.toml
index f39702a7..da76eb8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -29,9 +29,9 @@ atuin = { path = "/usr/bin/atuin" }
members = ["./atuin-client", "./atuin-server", "./atuin-common"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "0.6.0" }
-atuin-client = { path = "atuin-client", version = "0.6.0" }
-atuin-common = { path = "atuin-common", version = "0.6.0" }
+atuin-server = { path = "atuin-server", version = "0.6.2" }
+atuin-client = { path = "atuin-client", version = "0.6.2" }
+atuin-common = { path = "atuin-common", version = "0.6.2" }
log = "0.4"
pretty_env_logger = "0.4"