Skip to content

Commit 5d99b03

Browse files
committed
hello_exercism = "0.5.3"
1 parent 342b799 commit 5d99b03

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

hello-world/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hello-world/bin-hello/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-hello"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["cnruby <gudao.luo@gmail.com>"]
55
edition = "2018"
66

@@ -9,4 +9,4 @@ edition = "2018"
99
[dependencies]
1010
# https://crates.io/crates/hello_exercism
1111
# change the follow version to current version
12-
hello_exercism = "0.5.1"
12+
hello_exercism = "0.5.2"

hello-world/lib-hello/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crate Configuration File: ./Cargo.toml
22
[package]
33
name = "hello_exercism"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
authors = ["cnruby <gudao.luo@gmail.com>"]
66
edition = "2018"
77
readme = "README.md"

hello-world/lib-hello/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fmobile.twitter.com%2Fcnruby)](https://mobile.twitter.com/cnruby)
66

77
## The Rust Language Tool: [Cargo](https://doc.rust-lang.org/cargo/index.html)
8-
<img src="https://github.com/cnruby/learn-rust-by-crates/raw/master/hello-world/lib-hello/imaegs/hello_exercism_01.png"/>
8+
<img src="https://github.com/cnruby/learn-rust-by-crates/raw/master/hello-world/lib-hello/images/hello_exercism_01.png"/>
99

1010
## About this Crate `hello_exercism`
1111
- How to Create a Workspace

0 commit comments

Comments
 (0)