diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index cd96e07..815a66e 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2536,7 +2536,7 @@ dependencies = [ [[package]] name = "pontusx-paratime" -version = "0.0.1-testnet" +version = "0.0.2-testnet" dependencies = [ "const-str", "hex", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 450138d..8a6d427 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pontusx-paratime" -version = "0.0.1-testnet" +version = "0.0.2-testnet" authors = ["deltaDAO "] edition = "2021" license = "Apache-2.0" @@ -15,9 +15,9 @@ runtime-id = "00000000000000000000000000000000000000000000000004a6f9071c007069" runtime-id = "0000000000000000000000000000000000000000000000004febe52eb412b421" [package.metadata.fortanix-sgx] -heap-size = 268435456 # 256 MiB +heap-size = 536870912 # 512 MiB stack-size = 2097152 -threads = 8 +threads = 26 debug = false [dependencies]