Skip to content

Commit 85b2356

Browse files
authored
Fix homepage key of Cargo.toml (#3028)
The release of version `0.44.0` failed because `homepage` key of `Cargo.toml` wasn't a valid URL. I'm not sure why `cargo publish --dry-run` doesn't catch this. Here's the fix anyway.
1 parent 6a1e162 commit 85b2356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude = ["version-compatibility"]
4646
authors = ["Fuel Labs <contact@fuel.sh>"]
4747
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
4848
edition = "2024"
49-
homepage = "fuel.network/"
49+
homepage = "https://fuel.network/"
5050
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
5151
license = "BUSL-1.1"
5252
repository = "https://github.com/FuelLabs/fuel-core"

0 commit comments

Comments
 (0)