Skip to content

Commit

Permalink
Merge pull request #200 from qryxip/fix-exclude-atcoder-202301-crates
Browse files Browse the repository at this point in the history
Fix `--exclude-atcoder-202301-crates`
  • Loading branch information
qryxip authored Aug 6, 2023
2 parents ee16988 + 6a41eb2 commit 5a61ef5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [Unreleased]

### Fixed

- Fixed `--exclude-atcoder-202301-crates`.

Previously, it was for the "7/3 freeze".

## [0.20.0] - 2023-08-06Z

### Added
Expand Down
10 changes: 5 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,13 @@ static ATCODER_202301_CRATES: &[&str] = &[
"https://github.com/rust-lang/crates.io-index#easy-ext:1.0.1",
"https://github.com/rust-lang/crates.io-index#multimap:0.9.0",
"https://github.com/rust-lang/crates.io-index#btreemultimap:0.1.1",
"https://github.com/rust-lang/crates.io-index#bstr:1.5.0",
"https://github.com/rust-lang/crates.io-index#bstr:1.6.0",
"https://github.com/rust-lang/crates.io-index#az:1.2.1",
"https://github.com/rust-lang/crates.io-index#glidesort:0.1.2",
"https://github.com/rust-lang/crates.io-index#tap:1.0.1",
"https://github.com/rust-lang/crates.io-index#omniswap:0.1.0",
"https://github.com/rust-lang/crates.io-index#multiversion:0.7.2",
"https://github.com/rust-lang/crates.io-index#num:0.4.0",
"https://github.com/rust-lang/crates.io-index#num:0.4.1",
"https://github.com/rust-lang/crates.io-index#num-bigint:0.4.3",
"https://github.com/rust-lang/crates.io-index#num-complex:0.4.3",
"https://github.com/rust-lang/crates.io-index#num-integer:0.1.45",
Expand All @@ -455,7 +455,7 @@ static ATCODER_202301_CRATES: &[&str] = &[
"https://github.com/rust-lang/crates.io-index#num-traits:0.2.15",
"https://github.com/rust-lang/crates.io-index#num-derive:0.4.0",
"https://github.com/rust-lang/crates.io-index#ndarray:0.15.6",
"https://github.com/rust-lang/crates.io-index#nalgebra:0.32.2",
"https://github.com/rust-lang/crates.io-index#nalgebra:0.32.3",
"https://github.com/rust-lang/crates.io-index#alga:0.9.3",
"https://github.com/rust-lang/crates.io-index#libm:0.2.7",
"https://github.com/rust-lang/crates.io-index#rand:0.8.5",
Expand All @@ -467,7 +467,7 @@ static ATCODER_202301_CRATES: &[&str] = &[
"https://github.com/rust-lang/crates.io-index#rand_distr:0.4.3",
"https://github.com/rust-lang/crates.io-index#petgraph:0.6.3",
"https://github.com/rust-lang/crates.io-index#indexmap:2.0.0",
"https://github.com/rust-lang/crates.io-index#regex:1.8.4",
"https://github.com/rust-lang/crates.io-index#regex:1.9.1",
"https://github.com/rust-lang/crates.io-index#lazy_static:1.4.0",
"https://github.com/rust-lang/crates.io-index#ordered-float:3.7.0",
"https://github.com/rust-lang/crates.io-index#ascii:1.1.0",
Expand All @@ -483,7 +483,7 @@ static ATCODER_202301_CRATES: &[&str] = &[
"https://github.com/rust-lang/crates.io-index#proconio:0.4.5",
"https://github.com/rust-lang/crates.io-index#text_io:0.1.12",
"https://github.com/rust-lang/crates.io-index#rustc-hash:1.1.0",
"https://github.com/rust-lang/crates.io-index#smallvec:1.10.0",
"https://github.com/rust-lang/crates.io-index#smallvec:1.11.0",
];

static CODINGAME_CRATES: &[&str] = &[
Expand Down
10 changes: 5 additions & 5 deletions tests/snapshots/help_snapshot__long.snap
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ OPTIONS:
https://github.com/rust-lang/crates.io-index#easy-ext:1.0.1
https://github.com/rust-lang/crates.io-index#multimap:0.9.0
https://github.com/rust-lang/crates.io-index#btreemultimap:0.1.1
https://github.com/rust-lang/crates.io-index#bstr:1.5.0
https://github.com/rust-lang/crates.io-index#bstr:1.6.0
https://github.com/rust-lang/crates.io-index#az:1.2.1
https://github.com/rust-lang/crates.io-index#glidesort:0.1.2
https://github.com/rust-lang/crates.io-index#tap:1.0.1
https://github.com/rust-lang/crates.io-index#omniswap:0.1.0
https://github.com/rust-lang/crates.io-index#multiversion:0.7.2
https://github.com/rust-lang/crates.io-index#num:0.4.0
https://github.com/rust-lang/crates.io-index#num:0.4.1
https://github.com/rust-lang/crates.io-index#num-bigint:0.4.3
https://github.com/rust-lang/crates.io-index#num-complex:0.4.3
https://github.com/rust-lang/crates.io-index#num-integer:0.1.45
Expand All @@ -116,7 +116,7 @@ OPTIONS:
https://github.com/rust-lang/crates.io-index#num-traits:0.2.15
https://github.com/rust-lang/crates.io-index#num-derive:0.4.0
https://github.com/rust-lang/crates.io-index#ndarray:0.15.6
https://github.com/rust-lang/crates.io-index#nalgebra:0.32.2
https://github.com/rust-lang/crates.io-index#nalgebra:0.32.3
https://github.com/rust-lang/crates.io-index#alga:0.9.3
https://github.com/rust-lang/crates.io-index#libm:0.2.7
https://github.com/rust-lang/crates.io-index#rand:0.8.5
Expand All @@ -128,7 +128,7 @@ OPTIONS:
https://github.com/rust-lang/crates.io-index#rand_distr:0.4.3
https://github.com/rust-lang/crates.io-index#petgraph:0.6.3
https://github.com/rust-lang/crates.io-index#indexmap:2.0.0
https://github.com/rust-lang/crates.io-index#regex:1.8.4
https://github.com/rust-lang/crates.io-index#regex:1.9.1
https://github.com/rust-lang/crates.io-index#lazy_static:1.4.0
https://github.com/rust-lang/crates.io-index#ordered-float:3.7.0
https://github.com/rust-lang/crates.io-index#ascii:1.1.0
Expand All @@ -144,7 +144,7 @@ OPTIONS:
https://github.com/rust-lang/crates.io-index#proconio:0.4.5
https://github.com/rust-lang/crates.io-index#text_io:0.1.12
https://github.com/rust-lang/crates.io-index#rustc-hash:1.1.0
https://github.com/rust-lang/crates.io-index#smallvec:1.10.0
https://github.com/rust-lang/crates.io-index#smallvec:1.11.0

--exclude-codingame-crates
Alias for:
Expand Down

0 comments on commit 5a61ef5

Please sign in to comment.