From 638093aad688a862c70f50d2128543de7c3dc525 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Wed, 15 May 2019 17:55:32 -0700 Subject: [PATCH] Rename to nushell --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 425b9a3d57..b3c2abb8e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "objectshell" +name = "nushell" version = "0.1.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d00068b0ca..1536f15c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "objectshell" +name = "nushell" version = "0.1.0" authors = ["Yehuda Katz "] edition = "2018"