Enable capacity on packages.

This commit is contained in:
Stephen Chung
2022-09-13 21:47:11 +08:00
parent 257991ca31
commit 85ca6ec4a1
14 changed files with 41 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ macro_rules! reg_functions {
def_package! {
/// Package of basic logic operators.
pub LogicPackage(lib) {
pub LogicPackage(lib @ 128) {
lib.standard = true;
#[cfg(not(feature = "only_i32"))]