diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-20 21:58:36 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-20 21:59:54 +0100 |
| commit | 053ac5eacb4c0a7ea4140ab9791d33637a4f283d (patch) | |
| tree | 1438836e6b2c9963a43667712c57d992b5bbf8a6 /atuin-server/Cargo.toml | |
| parent | Use cargo workspaces (#37) (diff) | |
| download | atuin-053ac5eacb4c0a7ea4140ab9791d33637a4f283d.zip | |
Update versions to match
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 2cf85d26..c0ad433d 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -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"] } |
