Skip to content

Commit

Permalink
Merge pull request #7 from FuelLabs/fix/bump-sdk-versions
Browse files Browse the repository at this point in the history
fix: bump sdk versions and fuel-core versions
  • Loading branch information
rymnc authored Jan 17, 2025
2 parents 1463954 + f30049b commit 120dedc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions network-upgrader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-core-network-upgrader"
version = "0.1.0"
version = "0.0.3"
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm", "utils"]
Expand All @@ -22,10 +22,10 @@ aws-config = { version = "1.1.7", features = [
aws-sdk-kms = "1.37.0"
k256 = { version = "0.13.3", features = ["ecdsa-core"] }
clap = { version = "4.5", features = ["derive", "env"] }
fuels = "0.66.6"
fuels-core = "0.66.6"
fuel-core-types = { version = "0.37.0", features = ["serde"] }
fuel-core-client = "0.37.0"
fuels = "=0.66.10"
fuels-core = "=0.66.10"
fuel-core-types = { version = "=0.40.2", features = ["serde"] }
fuel-core-client = "=0.40.2"
postcard = "1"
serde_json = { version = "1.0", features = ["raw_value"] }
termion = "4"
Expand Down

0 comments on commit 120dedc

Please sign in to comment.