Skip to content

Commit

Permalink
Update RET (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciek-rdx committed Jul 27, 2023
1 parent fd45051 commit d4c41c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/radixdlt/swift-engine-toolkit",
"state" : {
"revision" : "ebe4b365f576ebd47339e73f8bb4e8f8249cb58a",
"version" : "0.11.0-e96dd29"
"revision" : "a0a087b4136d99102a0ca245fd00bf099e9255c7",
"version" : "0.11.0-b68ff8d"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ package.addModules([
dependencies: [
"Cryptography",
.product(name: "EngineToolkit", package: "swift-engine-toolkit") {
.package(url: "https://github.com/radixdlt/swift-engine-toolkit", exact: "0.11.0-e96dd29")
.package(url: "https://github.com/radixdlt/swift-engine-toolkit", exact: "0.11.0-b68ff8d")
},
],
tests: .no
Expand Down

0 comments on commit d4c41c1

Please sign in to comment.