Skip to content

Commit

Permalink
Update wasm_builder to nightly-2024-09-09
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored and mversic committed Sep 10, 2024
1 parent 019a4a6 commit f970b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use eyre::{bail, eyre, Context as _, Result};
use path_absolutize::Absolutize;

/// Current toolchain used to build smartcontracts
const TOOLCHAIN: &str = "+nightly-2024-04-18";
const TOOLCHAIN: &str = "+nightly-2024-09-09";

/// WASM Builder for smartcontracts (e.g. triggers and executors).
///
Expand Down

0 comments on commit f970b9a

Please sign in to comment.