From 0f7e73646f80d0918c30ccdc511d7cd4f45606c6 Mon Sep 17 00:00:00 2001 From: Jason Gedge Date: Sun, 13 Oct 2019 14:21:44 -0400 Subject: [PATCH] Bump heim in Cargo.toml to match Cargo.lock --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9a0d013ca..955beeddf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,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.8-alpha.1", optional = true } +heim = {version = "0.0.8", optional = true } battery = {version = "0.7.4", optional = true } rawkey = {version = "0.1.2", optional = true } clipboard = {version = "0.5", optional = true }