summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2019-09-25 06:03:08 +1200
committerGitHub <noreply@github.com>2019-09-25 06:03:08 +1200
commit3f8448da0daeea30452e63080812caa2ce4a0e27 (patch)
tree56b687c29ed188b0761fa9e88a0f49a02b6e5fe5
parent574cd1101adfa5dc6cbbe2bc17d4220522e0655e (diff)
parent8ce73d838efd11ba965ec97a8d3ffbd498624821 (diff)
Merge pull request #700 from nushell/bump-heim0.3.0
Bump heim
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c59154eea..132aad239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ neso = { version = "0.5.0", optional = true }
crossterm = { version = "0.10.2", optional = true }
syntect = {version = "3.2.0", optional = true }
onig_sys = {version = "=69.1.0", optional = true }
-heim = {version = "0.0.7", optional = true }
+heim = {version = "0.0.8-alpha.1", optional = true }
battery = {version = "0.7.4", optional = true }
rawkey = {version = "0.1.2", optional = true }
clipboard = {version = "0.5", optional = true }