Skip to content

Commit

Permalink
Change python from 3.11 to 3.10 on Linux.
Browse files Browse the repository at this point in the history
* Adjusted python library to link to python 3.10 instead of
  3.11, the intention is to provide simplicity to existing Linux
  users. If some other version is preferred, please submit a
  new issue ticket.
wabiverse/MetaverseKit@b398cc7
  • Loading branch information
furby-tm committed Apr 6, 2024
1 parent d773504 commit 485fa37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "e7dff5db1db987e8d996623d35d7d25a563041c493bbf1660236fc6fd0a4ab34",
"originHash" : "22da55afae1fe754fd427bcdb04e701ba2ae2f9221f03a64baa6632ff8fa9d65",
"pins" : [
{
"identity" : "aexml",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "378337d1b98894d99202244f8c38b7cd03cfac74",
"version" : "1.7.0"
"revision" : "b398cc73d87ee19c7145926fe20e23b6a2dc81dc",
"version" : "1.7.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.7.0"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.7.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 485fa37

Please sign in to comment.