Skip to content

Commit 7967869

Browse files
committed
mod_trait_exerci = "0.1.2"
1 parent e0a15ae commit 7967869

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hello-trait/Cargo.lock

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

hello-trait/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 = "hello-trait"
3-
version = "0.2.9"
3+
version = "0.3.0"
44
authors = ["Gudao Luo <gudao.luo@gmail.com>"]
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)