Skip to content

Commit

Permalink
Add the workspace version to the root Cargo.toml (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiedotwtf committed Sep 6, 2024
1 parent eaac649 commit d4d5c44
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ exclude = [
"forc-test/test_data"
]

[workspace.package]
edition = "2021"
version = "0.63.3"
authors = ["Fuel Labs <contact@fuel.sh>"]
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.32.1", default-features = false }
Expand All @@ -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 <contact@fuel.sh>"]
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"

0 comments on commit d4d5c44

Please sign in to comment.