diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 21:22:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 21:22:29 +0000 |
| commit | fe5f728aa6f060a9f2c4cbbb22c5e10ea2ffbff9 (patch) | |
| tree | 2cfef16e7e4de2376d85054d3ba3ff9ce5021a79 /Cargo.lock | |
| parent | Docs index page (diff) | |
| download | atuin-fe5f728aa6f060a9f2c4cbbb22c5e10ea2ffbff9.zip | |
Release v13 (#727)
* Write release blog post
* Bump versions
* Update contributors
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "atuin" -version = "12.0.0" +version = "13.0.0" dependencies = [ "async-trait", "atuin-client", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "12.0.0" +version = "13.0.0" dependencies = [ "async-trait", "atuin-common", @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "12.0.0" +version = "13.0.0" dependencies = [ "chrono", "serde", @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "12.0.0" +version = "13.0.0" dependencies = [ "async-trait", "atuin-common", |
