Skip to content

Commit 97fbc18

Browse files
ferminhgpetertseng
authored andcommitted
config: Move external-crates from topics to practices
(FKA `external_crates` or `crates`) #1407
1 parent e6b3955 commit 97fbc18

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

config.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@
220220
"slug": "gigasecond",
221221
"name": "Gigasecond",
222222
"uuid": "f880b1ef-8f66-41f3-bb89-f39a4ed592a2",
223-
"practices": [],
223+
"practices": [
224+
"external-crates"
225+
],
224226
"prerequisites": [],
225227
"difficulty": 1,
226-
"topics": [
227-
"crates"
228-
]
228+
"topics": []
229229
},
230230
{
231231
"slug": "clock",
@@ -580,13 +580,13 @@
580580
"name": "Alphametics",
581581
"uuid": "7450bd80-2388-42ac-a61f-097e82581475",
582582
"practices": [
583+
"external-crates",
583584
"strings"
584585
],
585586
"prerequisites": [],
586587
"difficulty": 4,
587588
"topics": [
588589
"combinations",
589-
"external_crates",
590590
"parsing"
591591
]
592592
},
@@ -1395,12 +1395,13 @@
13951395
"slug": "decimal",
13961396
"name": "Decimal",
13971397
"uuid": "7cefed7c-37f4-46c5-9a45-68fe4d0fb326",
1398-
"practices": [],
1398+
"practices": [
1399+
"external-crates"
1400+
],
13991401
"prerequisites": [],
14001402
"difficulty": 7,
14011403
"topics": [
14021404
"bigint",
1403-
"external_crates",
14041405
"parsing",
14051406
"strings",
14061407
"structs",

0 commit comments

Comments
 (0)