-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the workspace version to the root Cargo.toml (#6179)
- Loading branch information
1 parent
eaac649
commit d4d5c44
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,14 @@ exclude = [ | |
"forc-test/test_data" | ||
] | ||
|
||
[workspace.package] | ||
edition = "2021" | ||
version = "0.63.3" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
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 } | ||
|
@@ -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 <[email protected]>"] | ||
homepage = "https://fuel.network/" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/FuelLabs/sway" |