diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-20 01:22:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 01:22:53 +0800 |
commit | ea5dcdbe8f9cd62e06f300c660cb31667b95b26c (patch) | |
tree | d0ba929fb93a70d9519b75404af08b1190f6cf70 | |
parent | 2f441ac6754e76f936900f4f4641587a82967f71 (diff) | |
download | Nim-ea5dcdbe8f9cd62e06f300c660cb31667b95b26c.tar.gz |
add measuremancer to important packages (#20599)
* add measuremancer to important packages wait for https://github.com/nim-lang/packages/pull/2392 * Update testament/important_packages.nim * Update testament/important_packages.nim * Update testament/important_packages.nim
-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 03eca88d4..bf750119c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -87,6 +87,7 @@ pkg "lockfreequeues" pkg "macroutils" pkg "manu" pkg "markdown" +pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" |