mirror of https://github.com/sgoudham/neovide.git
Update rust edition & clippy fixes
parent
130e15439a
commit
e64b67a305
@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "neovide-derive"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
quote = "1.0"
|
||||
|
Loading…
Reference in New Issue