Skip to content

[bot] Update the crates #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ libm = "=0.2.1"

# RNG 疑似乱数生成器 (randファミリー)
rand = { version = "=0.7.2", features = ["small_rng"] }
getrandom = "=0.1.13"
getrandom = "=0.1.14"
rand_chacha = "=0.2.1"
rand_core = "=0.5.1"
rand_hc = "=0.2.0"
Expand All @@ -73,7 +73,7 @@ indexmap = "=1.3.0"
regex = "=1.3.1"

# パーサーコンビネータ
nom = "=5.0.1"
nom = "=5.1.0"

# Aho–Corasick
aho-corasick = "=0.7.6"
Expand Down
7 changes: 2 additions & 5 deletions dep-tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ exclude = [
"derive_more:0.99.2", # 必要なファイルがexcludeされている
"jemalloc-ctl:0.3.3", # CI上で偶にSIGFPEで落ちる。テストがまずいのか根本的にまずいのか不明
"libm:0.1.4", # `#![deny(warnings)]`
"mac:0.1.1", # `#![deny(warnings)]`
"nom:5.0.1", # 必要なファイルがexcludeされている
"nom:5.1.0", # 必要なファイルがexcludeされている
"num-rational:0.2.2", # よくわからない理由でビルドに失敗する
"primal-estimate:0.2.1", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
"primal:0.2.3", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
"proc-macro2:1.0.6", # よくわからない理由でビルドに失敗する
"rand:0.6.5", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"rand_core:0.3.1", # よくわからない理由でビルドに失敗する
"rand_pcg:0.1.2", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"smallvec:0.6.13", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"syn:0.15.44", # よくわからない理由でビルドに失敗する
"syn:1.0.8", # よくわからない理由でビルドに失敗する
]

# key部分でSPECを指定すると、そのSPECの対象のpackageはvalue部分で指定したtargetのみ実行する。
[filter]
"smallvec:1.0.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
"smallvec:1.1.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
"text_io:0.1.7" = { doc = true, lib = true, test = ["module", "read_str"] } # `"tuple"`が`target/`下の実行ファイルを実行(しかもexamplesの)という行儀の悪いことをやっている