Skip to content

Commit

Permalink
Flag failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bwetherfield committed Jun 11, 2020
1 parent 1fdf3c5 commit 5506bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "XMLCoder",
"repositoryURL": "https://github.com/bwetherfield/XMLCoder",
"repositoryURL": "https://github.com/MaxDesiatov/XMLCoder",
"state": {
"branch": "mixed-choice-decoding",
"revision": "28a027fd4eb6bd22479b0ee2276a18d7beae5b12",
"version": null
"branch": null,
"revision": "ac411bd6ab342780be0dfe6f679410f791d751d9",
"version": "0.11.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/bwetherfield/XMLCoder", .branch("mixed-choice-decoding")),
.package(url: "https://github.com/MaxDesiatov/XMLCoder", from: "0.11.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "2.0.0"),
],
targets: [
Expand Down

0 comments on commit 5506bcf

Please # to comment.