Skip to content

Commit

Permalink
chore: prepare release → 1.0.0-alpha11
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 19, 2024
1 parent d5b78a2 commit 1d1e5ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ curl https://sh.rustup.rs -sSf | bash -s -- -y \
&& rustup toolchain install nightly \
&& rustup default nightly \
&& rustup target add wasm32-unknown-unknown \
&& rustup target add wasm32-wasi;
&& rustup target add wasm32-wasip1;
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha10
1.0.0-alpha11
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ rust_register_toolchains(
"x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
"wasm32-unknown-unknown",
"wasm32-wasi",
"wasm32-wasip1",
],
versions = [RUST_VERSION],
)
Expand Down

0 comments on commit 1d1e5ba

Please sign in to comment.