forked from extern/nushell
Remove build.rs and nu-build (#2282)
This commit is contained in:
@ -22,4 +22,3 @@ pretty-hex = "0.1.1"
|
||||
rawkey = "0.1.2"
|
||||
|
||||
[build-dependencies]
|
||||
nu-build = {version = "0.17.0", path = "../nu-build"}
|
||||
|
@ -1,3 +0,0 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
nu_build::build()
|
||||
}
|
Reference in New Issue
Block a user