Skip to content

Commit

Permalink
Fixed the publishing of the fuel-core 0.25.1 (#1844)
Browse files Browse the repository at this point in the history
Fixed the publishing of the `fuel-core 0.25.1` by including the the name
of the crate to install=)

### Before requesting review
- [x] I have reviewed the code myself
  • Loading branch information
xgreenx committed Apr 19, 2024
1 parent 2ef6078 commit f89d288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Description of the upcoming release here.

### Fixed

- [#1844](https://github.com/FuelLabs/fuel-core/pull/1844): Fixed the publishing of the `fuel-core 0.25.1` release.
- [1842](https://github.com/FuelLabs/fuel-core/pull/1842): Ignore RUSTSEC-2024-0336: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network

## [Version 0.25.1]
Expand Down
1 change: 1 addition & 0 deletions crates/services/upgradable-executor/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fn build_wasm() {
// We can use the offline mode because it was already downloaded
// by the `build.rs` dependencies requirements.
"--offline".to_string(),
"fuel-core-wasm-executor".to_string(),
]);
}

Expand Down

0 comments on commit f89d288

Please sign in to comment.