mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:48:36 +02:00
Remove build.rs and nu-build (#2282)
This commit is contained in:
@ -27,4 +27,3 @@ version = "0.1.0-beta.3"
|
||||
features = ["host", "cpu", "memory", "disk", "net", "sensors"]
|
||||
|
||||
[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