diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-18 21:30:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 15:30:30 +0200 |
commit | ca3fe63bab54779e6dc2df3c9a72b9c4280c0eaf (patch) | |
tree | 92ebe6dbf751e29cd9f970fbc6cb672d0bb78028 /testament | |
parent | 7b6ab5109fe76afefbf5744b5f9f534e86d94629 (diff) | |
download | Nim-ca3fe63bab54779e6dc2df3c9a72b9c4280c0eaf.tar.gz |
remove jstin from important packages (#17765)
Ref https://github.com/nim-lang/Nim/pull/17759 https://github.com/LemonBoy/jstin/blob/master/src/jstin.nim is already archived and cannot pass CI anymore.
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 620ad3a00..28d7dc367 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -77,7 +77,6 @@ pkg "illwill", "nimble examples" pkg "inim" pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" -pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "kdtree", "nimble test", "https://github.com/jblindsay/kdtree" pkg "loopfusion" |