diff options
author | Blaž Hrastnik | 2022-01-04 09:54:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-01-04 09:54:37 +0000 |
commit | efaac6c5d381b2fdf24f0b91956ac6949f6a07e6 (patch) | |
tree | 8080dbd591488eb599efdbece0b8f38164529f8b /xtask | |
parent | c8794b30eeb457934278f5cbc01d0c6854ad745d (diff) |
Release 0.6
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index fe5d55d4..717530d0 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "xtask" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -helix-term = { version = "0.5", path = "../helix-term" } -helix-core = { version = "0.5", path = "../helix-core" } +helix-term = { version = "0.6", path = "../helix-term" } +helix-core = { version = "0.6", path = "../helix-core" } toml = "0.5" |