summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-26 14:25:57 +0100
committerGitHub <noreply@github.com>2021-04-26 13:25:57 +0000
commit0610ae197f41c0439665c97d914809bd0b10c2fa (patch)
tree9b2f2f31cb4befbdad26f7801c3fc1ea8c3b6a7f /Cargo.lock
parent646fec893ed611fe9bc1f27fbf18ce292364b3ba (diff)
Pre release polishing (#42)
* Improve readme * Add demo gif * Update readme * Add mac build * Amend release config * Update gif
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9f2252f..92f82cc0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "atuin"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"async-trait",
"atuin-client",
@@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "atuin-client"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"async-trait",
"atuin-common",
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "atuin-common"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"chrono",
"eyre",
@@ -164,7 +164,7 @@ dependencies = [
[[package]]
name = "atuin-server"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"async-trait",
"atuin-common",