Skip to content

Commit

Permalink
chore: bump fuel-core to 0.22.1 (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e authored Feb 16, 2024
1 parent b6c5a8b commit 9d8e675
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CARGO_TERM_COLOR: always
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v2.3.6/dasel_linux_amd64
RUSTFLAGS: "-D warnings"
FUEL_CORE_VERSION: 0.22.0
FUEL_CORE_VERSION: 0.22.1
FUEL_CORE_PATCH_BRANCH:
RUST_VERSION: 1.74.0
FORC_VERSION: 0.50.0
Expand Down
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@ which = { version = "5.0.0", default-features = false }
zeroize = "1.7.0"

# Dependencies from the `fuel-core` repository:
fuel-core = { version = "0.22.0", default-features = false }
fuel-core-chain-config = { version = "0.22.0", default-features = false }
fuel-core-client = { version = "0.22.0", default-features = false }
fuel-core-poa = { version = "0.22.0", default-features = false }
fuel-core-services = { version = "0.22.0", default-features = false }
fuel-core-types = { version = "0.22.0", default-features = false }
fuel-core = { version = "0.22.1", default-features = false }
fuel-core-chain-config = { version = "0.22.1", default-features = false }
fuel-core-client = { version = "0.22.1", default-features = false }
fuel-core-poa = { version = "0.22.1", default-features = false }
fuel-core-services = { version = "0.22.1", default-features = false }
fuel-core-types = { version = "0.22.1", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = { version = "0.43.1" }
fuel-crypto = { version = "0.43.1" }
fuel-merkle = { version = "0.43.1" }
fuel-storage = { version = "0.43.1" }
fuel-tx = { version = "0.43.1" }
fuel-types = { version = "0.43.1" }
fuel-vm = { version = "0.43.1" }
fuel-asm = { version = "0.43.2" }
fuel-crypto = { version = "0.43.2" }
fuel-merkle = { version = "0.43.2" }
fuel-storage = { version = "0.43.2" }
fuel-tx = { version = "0.43.2" }
fuel-types = { version = "0.43.2" }
fuel-vm = { version = "0.43.2" }

# Workspace projects
fuels = { version = "0.55.0", path = "./packages/fuels" }
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels-core/src/types/core/identity.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use fuel_tx::{Address, ContractId};
use fuel_types::{Address, ContractId};
use fuels_macros::{Parameterize, Tokenizable, TryFrom};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 9d8e675

Please sign in to comment.