add support for 128bit numbers (#209)

This commit is contained in:
Ashley Mannix
2018-06-18 17:37:51 -07:00
committed by Carl Lerche
parent a6b9844296
commit 7785cde587
4 changed files with 206 additions and 1 deletions
+3
View File
@@ -36,6 +36,9 @@ matrix:
# Serde implementation
- env: EXTRA_ARGS="--features serde"
# 128 bit numbers
- env: EXTRA_ARGS="--features i128"
# WASM support
- rust: beta
script: