Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
Update Rust crate semver to 0.11.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 29, 2020
1 parent b962b7b commit 6990e9c
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 5 deletions.
142 changes: 138 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0.57"
chrono = { version = "0.4.18", features = ["serde"] }
tar = "0.4.30"
xz2 = "0.1.6"
semver = "0.10.0"
semver = "0.11.0"
dirs = "3.0.1"
colored = "2.0.0"
zip = "0.5.8"
Expand Down

2 comments on commit 6990e9c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Mean [ms] Min [ms] Max [ms] Relative
basic/nvm 1301.9 ± 48.5 1229.0 1502.0 201.96 ± 26.65
basic/fnm_reason 91.9 ± 6.1 80.3 109.5 14.25 ± 2.04
basic/fnm_latest_master 6.5 ± 0.7 5.3 13.2 1.00 ± 0.17
basic/fnm 6.4 ± 0.8 5.1 12.0 1.00

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Mean [ms] Min [ms] Max [ms] Relative
basic/nvm 1441.5 ± 51.0 1354.2 1625.7 214.44 ± 25.63
basic/fnm_reason 98.1 ± 10.1 87.6 141.2 14.60 ± 2.24
basic/fnm_latest_master 6.7 ± 0.8 5.6 13.0 1.00
basic/fnm 6.7 ± 0.8 5.7 14.7 1.00 ± 0.16

Please sign in to comment.