Skip to content

Commit b5a373d

Browse files
committed
chore: bump version number and deps
1 parent 01d6f9e commit b5a373d

File tree

5 files changed

+127
-70
lines changed

5 files changed

+127
-70
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "GPL-2.0-or-later"
77
name = "zhconv"
88
repository = "https://github.com/Gowee/zhconv-rs"
9-
version = "0.3.0-beta"
9+
version = "0.3.0"
1010

1111
[lib]
1212
crate-type = ["cdylib", "rlib"]

cli/Cargo.lock

+76-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zhconv-cli"
3-
version = "0.3.0-beta"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Hung-I Wang <[email protected]>"]
66
license = "GPL-2.0-or-later"
@@ -13,11 +13,11 @@ name = "zhconv"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
zhconv = { version = "0.3.0-beta", path = "../" }
16+
zhconv = { version = "0.3.0", path = "../" }
1717
structopt = "0.3"
1818
anyhow = "1.0"
1919
log = "0.4"
20-
env_logger = "0.9"
20+
env_logger = "0.10"
2121
tempfile = "3.2"
2222

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

0 commit comments

Comments
 (0)