diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-29 23:49:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 23:49:38 +0800 |
commit | 09b8f989b48fd22b0a3ec2c5c48b5f1d22460506 (patch) | |
tree | d2d4c9d83bd05bc7d3cb3582f82706f3d6874965 | |
parent | 5658e8e5c5e3852f877eb0501b12e664114de567 (diff) | |
download | Nim-09b8f989b48fd22b0a3ec2c5c48b5f1d22460506.tar.gz |
add `pkg/asyncftpclient` to important packages (#20964)
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index fcdfe4c2f..3ea79a4a8 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,6 +37,7 @@ pkg "alea" pkg "argparse" pkg "arraymancer", "nim c tests/tests_cpu.nim" pkg "ast_pattern_matching", "nim c -r tests/test1.nim" +pkg "asyncftpclient", "nimble compileExample" pkg "asyncthreadpool", "nimble test --mm:refc" pkg "awk" pkg "bigints" |