Skip to content

Commit

Permalink
Bump Durian's version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga committed Nov 7, 2022
1 parent 76dc7a9 commit 782f8a5
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/val-lang/Durian.git",
"state" : {
"revision" : "63da2be9ba8b92e6a1608ad1a9a609241b1f55cb",
"version" : "1.0.0"
"revision" : "36ac47e23987db38530f8aec7605c77641f79106",
"version" : "1.1.0"
}
},
{
Expand All @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb",
"version" : "1.0.2"
"revision" : "f504716c27d2e5d4144fa4794b12129301d17729",
"version" : "1.0.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
from: "1.0.0"),
.package(
url: "https://github.com/val-lang/Durian.git",
from: "1.0.0"),
from: "1.1.0"),
],

targets: [
Expand Down

0 comments on commit 782f8a5

Please sign in to comment.