diff --git a/version-compatibility/Cargo.toml b/version-compatibility/Cargo.toml index 7e4b974bb..f09eb9822 100644 --- a/version-compatibility/Cargo.toml +++ b/version-compatibility/Cargo.toml @@ -6,6 +6,6 @@ license = "BUSL-1.1" publish = false [dev-dependencies] -latest-fuel-tx = { package = "fuel-tx", path = "../fuel-tx", features = ["random", "test-helpers"] } fuel-tx-0-58-2 = { package = "fuel-tx", version = "0.58.2", features = ["random", "test-helpers"] } +latest-fuel-tx = { package = "fuel-tx", path = "../fuel-tx", features = ["random", "test-helpers"] } postcard = { version = "1.0", features = ["use-std"] }