File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Crate Configuration File: ./Cargo.toml
2
2
[package ]
3
3
name = " hello_exercism"
4
- version = " 0.5.4 "
4
+ version = " 0.5.5 "
5
5
authors = [" cnruby <gudao.luo@gmail.com>" ]
6
6
edition = " 2018"
7
7
readme = " README.md"
8
8
license = " MIT OR Apache-2.0"
9
9
repository = " https://github.com/cnruby/learn-rust-by-crates/tree/master/hello-world"
10
10
homepage = " https://crates.io/crates/hello_exercism"
11
11
documentation = " https://cnruby.github.io/learn-rust-by-crates/hello-world/hello_exercism/"
12
- categories = [" development-tools::learn-languange-and-tools " ]
12
+ categories = [" development-tools::testing " ]
13
13
description = " how to create an own crate"
14
14
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments