Skip to content

Commit b1abde2

Browse files
committed
hello_exercism = "0.5.5"
1 parent e412937 commit b1abde2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hello-world/Cargo.lock

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

hello-world/lib-hello/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Crate Configuration File: ./Cargo.toml
22
[package]
33
name = "hello_exercism"
4-
version = "0.5.4"
4+
version = "0.5.5"
55
authors = ["cnruby <gudao.luo@gmail.com>"]
66
edition = "2018"
77
readme = "README.md"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/cnruby/learn-rust-by-crates/tree/master/hello-world"
1010
homepage = "https://crates.io/crates/hello_exercism"
1111
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"]
1313
description = "how to create an own crate"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)