Skip to content

Commit

Permalink
fix windows file name error (FuelLabs#1176)
Browse files Browse the repository at this point in the history
Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
  • Loading branch information
firedpeanut and xgreenx authored May 25, 2023
1 parent c7d5abd commit 7e0f003
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version-compatibility/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ members = [

# exclude previous versions no longer maintained
exclude = [
"0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0",
"0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1"
"0.14.1-0.15.0/fuel-core-0.14.1-client-0.15.0",
"0.14.1-0.15.0/fuel-core-0.15.0-client-0.14.1"
]

0 comments on commit 7e0f003

Please sign in to comment.