Skip to content

Commit

Permalink
OCIO: Fix an extra avx target attribute:
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Mar 16, 2024
1 parent 02a94c4 commit 64d27f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "ef077ac89695d23e7843e37305fc3bb5ea32205d",
"version" : "1.6.0"
"revision" : "0c0d6fdb201e3209efd55bbce9bca8df10510a34",
"version" : "1.6.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.6.0"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.6.1"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
Expand Down

0 comments on commit 64d27f6

Please sign in to comment.