diff options
author | Huy Doan <106477+ba0f3@users.noreply.github.com> | 2020-03-31 16:25:12 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 11:25:12 +0200 |
commit | 119b0ce66fcadadf49e0a6ecec215cf3733723dd (patch) | |
tree | 9fac8afaced292efed516998db8ebc3a7aadb6e7 | |
parent | 19cab9fa51fdb9a244ca35e978e9daa8cc81a785 (diff) | |
download | Nim-119b0ce66fcadadf49e0a6ecec215cf3733723dd.tar.gz |
Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)
I was update telebot to version 1.0.0, update folder structure follow `nimble` guideline
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 363171082..f4976de26 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -82,7 +82,7 @@ pkg "sdl2_nim", false, "nim c -r sdl2/sdl.nim" pkg "snip", false, "nimble test", "https://github.com/genotrance/snip" pkg "stint", false, "nim c -o:stintt -r stint.nim" pkg "strunicode", true, "nim c -r src/strunicode.nim" -pkg "telebot", true, "nim c -o:tbot --oldgensym:on -r telebot.nim" +pkg "telebot", true, "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git" pkg "tiny_sqlite" |