Skip to content

Commit 5acf382

Browse files
UPDATE: updated pchain_compile toolchain version for Testnet 3.
1 parent 0f9d73b commit 5acf382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/smart_contract_sdk/build_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The components described in the table below constitute the build toolchain for s
3636

3737
|Toolchain Component | Version | Utility
3838
|:--- |:--- | :--- |
39-
rustc | 1.59.0 (9d1b2106e 2022-02-23) | Compiler for Rust. |
39+
rustc | 1.63.0 (fd9c4297c 2022-07-01) | Compiler for Rust. |
4040
wasm-snip | 0.4.0 | WASM utility which removes functions within the wasm file that are neither transitively called by helper methords or are never be called at runtime. |
4141
wasm-opt | 109 | WASM utility to load WebAssembly in text format and run Binaryen IR passes to optimize its size. For more information on Binaryen IR see [here](http://webassembly.github.io/binaryen/). |
4242

0 commit comments

Comments
 (0)