Skip to content

Commit 5a7c835

Browse files
committed
release v0.4.0
1 parent d8c449b commit 5a7c835

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ojcmp"
3-
version = "0.4.0-dev"
3+
version = "0.4.0"
44
authors = ["Nugine <nugine@foxmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -11,9 +11,9 @@ repository = "https://github.com/ThinkSpiritLab/ojcmp"
1111

1212
[dependencies]
1313
structopt = "0.3.21"
14-
lexical-core = "0.7.5"
14+
lexical-core = "0.7.6"
1515
anyhow = "1.0.40"
16-
libc = "0.2.92"
16+
libc = "0.2.94"
1717

1818
[dev-dependencies]
1919
rand = "0.8.3"

0 commit comments

Comments
 (0)