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}"`); }