Skip to content

Commit 238a78f

Browse files
committed
Fix dependencies for atcoder language update 2023
1 parent 8007e26 commit 238a78f

File tree

2 files changed

+780
-202
lines changed

2 files changed

+780
-202
lines changed

compete.toml

+55-33
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn main() {
3636

3737
[template.new]
3838
# `edition` for `Cargo.toml`.
39-
edition = "2018"
39+
edition = "2021"
4040
# `profile` for `Cargo.toml`.
4141
#
4242
# By setting this, you can run tests with `opt-level=3` while enabling `debug-assertions` and `overflow-checks`.
@@ -45,48 +45,70 @@ edition = "2018"
4545
#opt-level = 3
4646
#'''
4747
dependencies = '''
48-
num = "=0.2.1"
49-
num-bigint = "=0.2.6"
50-
num-complex = "=0.2.4"
51-
num-integer = "=0.1.42"
52-
num-iter = "=0.1.40"
53-
num-rational = "=0.2.4"
54-
num-traits = "=0.2.11"
55-
num-derive = "=0.3.0"
56-
ndarray = "=0.13.0"
57-
nalgebra = "=0.20.0"
48+
ac-library-rs = "=0.1.1"
49+
once_cell = "=1.18.0"
50+
static_assertions = "=1.1.0"
51+
varisat = "=0.2.2"
52+
memoise = "=0.3.2"
53+
argio = "=0.2.0"
54+
bitvec = "=1.0.1"
55+
counter = "=0.5.7"
56+
hashbag = "=0.1.11"
57+
pathfinding = "=4.3.0"
58+
recur-fn = "=2.2.0"
59+
indexing = "=0.4.1"
60+
amplify = "=3.14.2"
61+
amplify_derive = "=2.11.3"
62+
amplify_num = "=0.4.1"
63+
easy-ext = "=1.0.1"
64+
multimap = "=0.9.0"
65+
btreemultimap = "=0.1.1"
66+
bstr = "=1.6.0"
67+
az = "=1.2.1"
68+
glidesort = "=0.1.2"
69+
tap = "=1.0.1"
70+
omniswap = "=0.1.0"
71+
multiversion = "=0.7.2"
72+
num = "=0.4.1"
73+
num-bigint = "=0.4.3"
74+
num-complex = "=0.4.3"
75+
num-integer = "=0.1.45"
76+
num-iter = "=0.1.43"
77+
num-rational = "=0.4.1"
78+
num-traits = "=0.2.15"
79+
num-derive = "=0.4.0"
80+
ndarray = "=0.15.6"
81+
nalgebra = "=0.32.3"
5882
alga = "=0.9.3"
59-
libm = "=0.2.1"
60-
rand = { version = "=0.7.3", features = ["small_rng"] }
61-
getrandom = "=0.1.14"
62-
rand_chacha = "=0.2.2"
63-
rand_core = "=0.5.1"
64-
rand_hc = "=0.2.0"
65-
rand_pcg = "=0.2.1"
66-
rand_distr = "=0.2.2"
67-
petgraph = "=0.5.0"
68-
indexmap = "=1.3.2"
69-
regex = "=1.3.6"
83+
libm = "=0.2.7"
84+
rand = "=0.8.5"
85+
getrandom = "=0.2.10"
86+
rand_chacha = "=0.3.1"
87+
rand_core = "=0.6.4"
88+
rand_hc = "=0.3.2"
89+
rand_pcg = "=0.3.1"
90+
rand_distr = "=0.4.3"
91+
petgraph = "=0.6.3"
92+
indexmap = "=2.0.0"
93+
regex = "=1.9.1"
7094
lazy_static = "=1.4.0"
71-
ordered-float = "=1.0.2"
72-
ascii = "=1.0.0"
95+
ordered-float = "=3.7.0"
96+
ascii = "=1.1.0"
7397
permutohedron = "=0.2.4"
7498
superslice = "=1.0.0"
75-
itertools = "=0.9.0"
99+
itertools = "=0.11.0"
76100
itertools-num = "=0.1.3"
77101
maplit = "=1.0.2"
78-
either = "=1.5.3"
79-
im-rc = "=14.3.0"
80-
fixedbitset = "=0.2.0"
102+
either = "=1.8.1"
103+
im-rc = "=15.1.0"
104+
fixedbitset = "=0.4.2"
81105
bitset-fixed = "=0.1.0"
82-
proconio = { version = "=0.3.6", features = ["derive"] }
83-
text_io = "=0.1.8"
84-
whiteread = "=0.5.0"
106+
proconio = "=0.4.5"
107+
text_io = "=0.1.12"
85108
rustc-hash = "=1.1.0"
86-
smallvec = "=1.2.0"
109+
smallvec = "=1.11.0"
87110
'''
88111
dev-dependencies = '''
89-
#atcoder-202004-lock = { git = "https://github.com/qryxip/atcoder-202004-lock" }
90112
'''
91113

92114
[template.new.copy-files]

0 commit comments

Comments
 (0)