mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 20:51:11 +02:00
Update dependency rust-embed now that issue with its use of syn has been fixed. (#2880)
* update the rust-embed dependency of nu-cli to 5.8.0 and undo the version pin of syn now that rust-embed-impl has been fixed * unpin syn version in chart plugin
This commit is contained in:
@ -35,7 +35,6 @@ async-trait = "0.1.36"
|
||||
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||
futures-util = "0.3.5"
|
||||
futures_codec = "0.4"
|
||||
syn = "=1.0.57"
|
||||
web-sys = {version = "0.3.14", features = ["console"]}
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user