diff --git a/Cargo.toml b/Cargo.toml index b9fe0d0c4ea..e3ff779d99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,14 @@ exclude = [ "forc-test/test_data" ] +[workspace.package] +edition = "2021" +version = "0.63.3" +authors = ["Fuel Labs "] +homepage = "https://fuel.network/" +license = "Apache-2.0" +repository = "https://github.com/FuelLabs/sway" + [workspace.dependencies] # Dependencies from the `fuel-core` repository: fuel-core-client = { version = "0.35.0", default-features = false } @@ -55,9 +63,3 @@ forc-wallet = "0.9.0" # Dependencies from the `fuel-abi-types` repository: fuel-abi-types = "0.7.0" -[workspace.package] -edition = "2021" -authors = ["Fuel Labs "] -homepage = "https://fuel.network/" -license = "Apache-2.0" -repository = "https://github.com/FuelLabs/sway"