Skip to content

Commit

Permalink
chore: bump version number and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Jul 4, 2023
1 parent 01d6f9e commit b5a373d
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-2.0-or-later"
name = "zhconv"
repository = "https://github.com/Gowee/zhconv-rs"
version = "0.3.0-beta"
version = "0.3.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
105 changes: 76 additions & 29 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zhconv-cli"
version = "0.3.0-beta"
version = "0.3.0"
edition = "2021"
authors = ["Hung-I Wang <[email protected]>"]
license = "GPL-2.0-or-later"
Expand All @@ -13,11 +13,11 @@ name = "zhconv"
path = "src/main.rs"

[dependencies]
zhconv = { version = "0.3.0-beta", path = "../" }
zhconv = { version = "0.3.0", path = "../" }
structopt = "0.3"
anyhow = "1.0"
log = "0.4"
env_logger = "0.9"
env_logger = "0.10"
tempfile = "3.2"

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

0 comments on commit b5a373d

Please sign in to comment.