Skip to content

Commit 9ea44c1

Browse files
committed
borrowing_exerci = "0.4.51"
1 parent 010ec19 commit 9ea44c1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

hello-borrowing/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hello-borrowing/bin-hello/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "borrowing_exerci"
3-
version = "0.4.50"
3+
version = "0.4.51"
44
authors = ["cnruby <gudao.luo@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"

hello-borrowing/bin-hello/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## Getting Started
1212
- Learn the crate [hello_exercism](https://crates.io/crates/hello_exercism)
1313
- install [cargo script](https://crates.io/crates/cargo-script)
14+
- install [bat](https://crates.io/crates/bat)
1415
```bash
1516
cargo install cargo-script
1617
cargo install bat

hello-borrowing/bin-hello/src/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub fn without_mode(args: &Vec<String>, file_name: &str) {
6868
let result = rs_files::get_rs(code_name);
6969
if result != rs_files::HELLO {
7070
println!("bw -c {} -f {} | bat -l rs", file_name, item);
71-
println!("cargo run --bin bw -- -c {} -f {} | bat -l rs\n", file_name, item);
71+
//println!("cargo run --bin bw -- -c {} -f {} | bat -l rs\n", file_name, item);
7272
}
7373
}
7474

0 commit comments

Comments
 (0)