From 7933e01e77994b5943aceb30a184967133951b71 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 27 Nov 2019 15:55:02 +1300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e66a00921..a22e807147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = ["crates/nu-source"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nu-source = { path = "./crates/nu-source" } +nu-source = { version = "0.1.0", path = "./crates/nu-source" } rustyline = "5.0.4" chrono = { version = "0.4.9", features = ["serde"] }