Skip to content

Commit ef0816f

Browse files
committed
Add math/bits to supported package list.
Updates #686.
1 parent a51d22f commit ef0816f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ test:
9898
io/ioutil
9999
math
100100
math/big
101+
math/bits
101102
math/cmplx
102103
math/rand
103104
mime

doc/packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ log | ✅ yes |
100100
-- syslog | ❌ no |
101101
math | ✅ yes |
102102
-- big | ✅ yes |
103+
-- bits | ✅ yes |
103104
-- cmplx | ✅ yes |
104105
-- rand | ✅ yes |
105106
mime | ✅ yes |

0 commit comments

Comments
 (0)