Skip to content

Commit

Permalink
version bump dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-metaplex authored Sep 13, 2022
1 parent fded5a8 commit 60e8b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/metaplex-foundation/Solana.Swift.git",
"state" : {
"branch" : "master",
"branch" : "1.3.0",
"revision" : "9342eb1e96a0a8b78f4a38f255f1fcbfe0797383"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["Metaplex"]),
],
dependencies: [
.package(url: "https://github.com/metaplex-foundation/Solana.Swift.git", branch: "master"),
.package(url: "https://github.com/metaplex-foundation/Solana.Swift.git", branch: "1.3.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 60e8b05

Please sign in to comment.