Enable capacity on packages.
This commit is contained in:
@@ -16,7 +16,7 @@ pub const FUNC_TO_DEBUG: &str = "to_debug";
|
||||
|
||||
def_package! {
|
||||
/// Package of basic string utilities (e.g. printing)
|
||||
pub BasicStringPackage(lib) {
|
||||
pub BasicStringPackage(lib @ 128) {
|
||||
lib.standard = true;
|
||||
|
||||
combine_with_exported_module!(lib, "print_debug", print_debug_functions);
|
||||
|
Reference in New Issue
Block a user