Skip to content

Commit b05f8cb

Browse files
committed
Update README, main.rs
1 parent bcbdaff commit b05f8cb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferris-fetch"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
authors = ["irevenko <[email protected]>"]
55
edition = "2018"
66
description = "A system information tool for Rustaceans"

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ Feel free to check [open issues](https://github.com/irevenko/ferris-fetch/issues
2020
# What I Learned 🧠
2121
- Rust basics
2222

23-
# ToDo
24-
- Add flag to choose another crab art
25-
2623
# License 📑
2724
(c) 2021 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
let rustc_ver = get_ver("rustc -V");
5757
let cargo_ver = get_ver("cargo -V");
5858
let rustup_ver = get_ver("rustup -V");
59-
let cargo_crates = get_cargo_crates();
59+
let cargo_crates = get_cargo_crates();
6060

6161
let userinfo = format!("{}{}{}", whoami::username().bright_red().bold(), "@".bold(), whoami::hostname().bright_red().bold());
6262
let splitline = "═".repeat(whoami::username().len() + whoami::hostname().len() + 1);

0 commit comments

Comments
 (0)