Skip to content

Commit 63e1fe7

Browse files
authored
chore: remove patch branch from e2e Cargo.toml (#1693)
# Summary This PR removes the obsolete patch branch from the `e2e` test's `Forc.toml`. The `#[patch]` section is left in the `Forc.toml` for expected future use. # Checklist - [x] All **changes** are **covered** by **tests** (or not applicable) - [x] All **changes** are **documented** (or not applicable) - [x] I **reviewed** the **entire PR** myself (preferably, on GH UI) - [x] I **described** all **Breaking Changes** (or there's none)
1 parent 001466b commit 63e1fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/Forc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ members = [
120120
]
121121

122122
[patch.'https://github.com/fuellabs/sway']
123-
std = { git = "https://github.com/fuellabs/sway", branch = "ironcev/error-codes-in-abi-json" }
123+
std = { git = "https://github.com/fuellabs/sway" }

0 commit comments

Comments
 (0)