From c0cb64fe86d1c4acdda97013ce588ce0ccba05c1 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sat, 11 Jul 2020 01:17:21 +1000 Subject: [PATCH] Undo CLI local versioning to avoid building from source for workflow --- cli/Cargo.toml | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d2d588c..ed831d6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,5 +6,5 @@ authors = ["Wilson Lin "] edition = "2018" [dependencies] -hyperbuild = { path = ".." } +hyperbuild = "0.1.12" structopt = "0.3.5" diff --git a/version b/version index ce618eb..f603e83 100755 --- a/version +++ b/version @@ -78,7 +78,7 @@ for (const f of ['python/setup.py']) { replaceInFile(f, /^(\s*version=)"\d+\.\d+\.\d+",\s*$/m, `$1"${NEW_VERSION}",`); } -for (const f of ['README.md', 'nodejs/native/Cargo.toml', 'java/Cargo.toml', 'python/Cargo.toml', 'ruby/Cargo.toml']) { +for (const f of ['README.md', 'cli/Cargo.toml', 'nodejs/native/Cargo.toml', 'java/Cargo.toml', 'python/Cargo.toml', 'ruby/Cargo.toml']) { replaceInFile(f, /^hyperbuild = "\d+\.\d+\.\d+"\s*$/m, `hyperbuild = "${NEW_VERSION}"`); }