Skip to content

Commit 342b799

Browse files
committed
hello_exercism = "0.5.2"
1 parent a006660 commit 342b799

File tree

13 files changed

+16
-13
lines changed

13 files changed

+16
-13
lines changed
Loading
Binary file not shown.

docs/zh-volumn-one/hello-world/lib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2><a class="header" href="#项目配置文件cargotoml" id="项目配置文件
176176
<pre><code class="language-toml"># Crate Configuration File: ./Cargo.toml
177177
[package]
178178
name = &quot;hello_exercism&quot;
179-
version = &quot;0.5.0&quot;
179+
version = &quot;0.5.1&quot;
180180
authors = [&quot;cnruby &lt;gudao.luo@gmail.com&gt;&quot;]
181181
edition = &quot;2018&quot;
182182
readme = &quot;README.md&quot;
89.4 KB
Loading
Binary file not shown.

docs/zh-volumn-one/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ <h2><a class="header" href="#项目配置文件cargotoml" id="项目配置文件
660660
<pre><code class="language-toml"># Crate Configuration File: ./Cargo.toml
661661
[package]
662662
name = &quot;hello_exercism&quot;
663-
version = &quot;0.5.0&quot;
663+
version = &quot;0.5.1&quot;
664664
authors = [&quot;cnruby &lt;gudao.luo@gmail.com&gt;&quot;]
665665
edition = &quot;2018&quot;
666666
readme = &quot;README.md&quot;

docs/zh-volumn-one/searchindex.js

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

docs/zh-volumn-one/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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.0"
3+
version = "0.5.1"
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.0"
12+
hello_exercism = "0.5.1"

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.1"
4+
version = "0.5.2"
55
authors = ["cnruby <gudao.luo@gmail.com>"]
66
edition = "2018"
77
readme = "README.md"

hello-world/lib-hello/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![GitHub issues](https://img.shields.io/github/issues/cnruby/learn-rust-by-crates)](https://github.com/cnruby/learn-rust-by-crates/issues)
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

7+
## 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"/>
9+
710
## About this Crate `hello_exercism`
811
- How to Create a Workspace
912
- How to Create and Publish an Own Crate
Loading

0 commit comments

Comments
 (0)