Skip to content

Commit

Permalink
Fixup some unstable versioning in community packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Dec 9, 2023
1 parent c6c4e64 commit 0078eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/furby-tm/swift-bundler",
"state" : {
"branch" : "cedd7a2",
"revision" : "cedd7a26a16dce0a630bd9a3c3cfd2ab409cafde"
"revision" : "b72140213ab7135922287a48837ced1b2da1457d",
"version" : "2.0.8"
}
},
{
Expand Down Expand Up @@ -192,10 +192,10 @@
{
"identity" : "tomlkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/LebJe/TOMLKit",
"location" : "https://github.com/furby-tm/TOMLKit",
"state" : {
"branch" : "0.5.5",
"revision" : "404c4dd011743461bff12d00a5118d0ed59d630c"
"revision" : "f2b3e80a19c7fb3d42e3cfda98076cef8f0d1bd7",
"version" : "0.5.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
products: getConfig(for: .all).products,
dependencies: [
.package(url: "https://github.com/furby-tm/swift-bundler", revision: "cedd7a2"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.8"),
.package(url: "https://github.com/wabiverse/MetaversePythonFramework", from: "3.11.4"),
],
targets: [
Expand Down

0 comments on commit 0078eaa

Please sign in to comment.