Skip to content

Commit

Permalink
Update dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Jun 3, 2021
1 parent b4d0049 commit 36db532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"state": {
"branch": null,
"revision": "da60d7f032fd5be33053d51eb0d855b95ea163f1",
"version": "0.4.9"
"version": "0.4.10"
}
},
{
"package": "Synchronized",
"repositoryURL": "https://github.com/shareup/synchronized.git",
"state": {
"branch": null,
"revision": "56f5956cbd9cf4bcd2f92153c03ae293dffb0987",
"version": "2.3.0"
"revision": "f01e4a1ee5fbf586d612a8dc0bc068603f6b9450",
"version": "3.0.0"
}
}
]
Expand Down
9 changes: 3 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,16 @@ let package = Package(
.package(
name: "CWasm3",
url: "https://github.com/shareup/cwasm3.git",
from: "0.4.9"),
from: "0.4.10"),
.package(
name: "Synchronized",
url: "https://github.com/shareup/synchronized.git",
from: "2.3.0"),
from: "3.0.0"),
],
targets: [
.target(
name: "WasmInterpreter",
dependencies: [
"CWasm3",
.product(name: "SynchronizedDynamic", package: "Synchronized"),
],
dependencies: ["CWasm3", "Synchronized"],
cSettings: [.define("APPLICATION_EXTENSION_API_ONLY", to: "YES")]),
.testTarget(
name: "WasmInterpreterTests",
Expand Down

0 comments on commit 36db532

Please sign in to comment.