change log message

This commit is contained in:
vms 2021-04-27 19:35:40 +03:00
parent af66326ecf
commit 3c4cf07bd3
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -785,7 +785,7 @@ dependencies = [
[[package]]
name = "fcli"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"check-latest",
@ -933,7 +933,7 @@ dependencies = [
[[package]]
name = "frepl"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow",
"check-latest",

View File

@ -1,7 +1,7 @@
[package]
name = "fcli"
description = "Fluence FCE command line tool"
version = "0.4.0"
version = "0.4.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/fce/tools/cli"
license = "Apache-2.0"

View File

@ -66,7 +66,7 @@ pub fn main() -> Result<(), anyhow::Error> {
new_version
);
println!(
"{}To update run: {}cargo +nightly update fcli --force{}",
"{}To update run: {}cargo +nightly install fcli --force{}",
color::Fg(color::Reset),
color::Fg(color::LightBlack),
color::Fg(color::Reset)

View File

@ -1,7 +1,7 @@
[package]
name = "frepl"
description = "Fluence FCE REPL intended for testing purposes"
version = "0.7.0"
version = "0.7.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/fce/tools/repl"
license = "Apache-2.0"

View File

@ -122,7 +122,7 @@ fn print_welcome_message() {
new_version
);
println!(
"{}To update run: {}cargo +nightly update frepl --force\n",
"{}To update run: {}cargo +nightly install frepl --force\n",
color::Fg(color::Black),
color::Fg(color::LightBlack)
);