mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 06:45:32 +00:00
change log message
This commit is contained in:
parent
af66326ecf
commit
3c4cf07bd3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user