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 /Cargo.toml | |
| parent | Use cargo workspaces (#37) (diff) | |
| download | atuin-053ac5eacb4c0a7ea4140ab9791d33637a4f283d.zip | |
Update versions to match
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,9 +10,9 @@ description = "atuin - magical shell history" members = ["./atuin-client", "./atuin-server", "./atuin-common"] [dependencies] -atuin-server = { path = "atuin-server", version = "0.1.0" } -atuin-client = { path = "atuin-client", version = "0.1.0" } -atuin-common = { path = "atuin-common", version = "0.1.0" } +atuin-server = { path = "atuin-server", version = "0.5.0" } +atuin-client = { path = "atuin-client", version = "0.5.0" } +atuin-common = { path = "atuin-common", version = "0.5.0" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } |
