mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
Merge pull request #817 from thegedge/bump-heim
Bump heim in Cargo.toml to match Cargo.lock
This commit is contained in:
commit
7d4fec4db3
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue