Skip to content

Commit

Permalink
deps: Bump rust plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 1, 2024
1 parent 66e77a7 commit c11f59b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
- [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md)

## Unreleased

#### 🧩 Plugins

- Updated `rust_plugin` to v0.10.4.
- Respect `CARGO_HOME` during rustup installation.

## 0.37.2

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/proto_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ impl ProtoConfig {
self.plugins.insert(
Id::raw("rust"),
PluginLocator::Url {
url: "https://github.com/moonrepo/rust-plugin/releases/download/v0.10.3/rust_plugin.wasm".into()
url: "https://github.com/moonrepo/rust-plugin/releases/download/v0.10.4/rust_plugin.wasm".into()
}
);
}
Expand Down

0 comments on commit c11f59b

Please sign in to comment.