Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed May 6, 2021
1 parent d8c449b commit 5a7c835
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ojcmp"
version = "0.4.0-dev"
version = "0.4.0"
authors = ["Nugine <nugine@foxmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,9 +11,9 @@ repository = "https://github.com/ThinkSpiritLab/ojcmp"

[dependencies]
structopt = "0.3.21"
lexical-core = "0.7.5"
lexical-core = "0.7.6"
anyhow = "1.0.40"
libc = "0.2.92"
libc = "0.2.94"

[dev-dependencies]
rand = "0.8.3"
Expand Down

0 comments on commit 5a7c835

Please sign in to comment.