Skip to content

Commit

Permalink
chore: update forc to 0.65.2 (#1527)
Browse files Browse the repository at this point in the history
# Release notes
Updated `forc` to `0.65.2`
  • Loading branch information
hal3e authored Oct 11, 2024
1 parent f624025 commit a474f85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
FUEL_CORE_PATCH_BRANCH: ""
FUEL_CORE_PATCH_REVISION: ""
RUST_VERSION: 1.79.0
FORC_VERSION: 0.64.0
FORC_VERSION: 0.65.2
FORC_PATCH_BRANCH: ""
FORC_PATCH_REVISION: ""
NEXTEST_HIDE_PROGRESS_BAR: "true"
Expand Down
2 changes: 0 additions & 2 deletions examples/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
mod tests {
use std::str::FromStr;

#[cfg(feature = "fuel-core-lib")]
use fuels::prelude::NodeConfig;
use fuels::{
prelude::Result,
types::{Bits256, EvmAddress, Identity},
Expand Down
2 changes: 1 addition & 1 deletion wasm-tests/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extern crate alloc;

#[cfg(test)]
#[cfg(all(test, target_arch = "wasm32"))]
mod tests {
use std::{default::Default, str::FromStr};

Expand Down

0 comments on commit a474f85

Please sign in to comment.