Skip to content

Commit

Permalink
set versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Jun 26, 2023
1 parent 0b7d8fd commit 2f86f96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ var package = Package(
targets: ["SubstrateKeychain"]),
],
dependencies: [
.package(url: "https://github.com/tesseract-one/swift-scale-codec.git", branch: "main"),
.package(url: "https://github.com/tesseract-one/Blake2.swift.git", from: "0.1.2"),
.package(url: "https://github.com/tesseract-one/UncommonCrypto.swift.git", from: "0.1.3"),
.package(url: "https://github.com/tesseract-one/Sr25519.swift.git", from: "0.1.3"),
.package(url: "https://github.com/tesseract-one/CSecp256k1.swift.git", from: "0.1.0"),
.package(url: "https://github.com/tesseract-one/Bip39.swift.git", from: "0.1.1"),
.package(url: "https://github.com/daisuke-t-jp/xxHash-Swift.git", from: "1.1.1"),
.package(url: "https://github.com/tesseract-one/Serializable.swift.git", from: "0.2.3"),
.package(url: "https://github.com/tesseract-one/swift-scale-codec.git", .upToNextMinor(from: "0.3.0")),
.package(url: "https://github.com/tesseract-one/Blake2.swift.git", .upToNextMinor(from: "0.1.2")),
.package(url: "https://github.com/tesseract-one/UncommonCrypto.swift.git", .upToNextMinor(from: "0.1.3")),
.package(url: "https://github.com/tesseract-one/Sr25519.swift.git", .upToNextMinor(from: "0.1.3")),
.package(url: "https://github.com/tesseract-one/CSecp256k1.swift.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/tesseract-one/Bip39.swift.git", .upToNextMinor(from: "0.1.1")),
.package(url: "https://github.com/daisuke-t-jp/xxHash-Swift.git", .upToNextMinor(from: "1.1.1")),
.package(url: "https://github.com/tesseract-one/Serializable.swift.git", .upToNextMinor(from: "0.2.3")),
.package(url: "https://github.com/tesseract-one/JsonRPC.swift.git", branch: "main"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Substrate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Pod::Spec.new do |s|
ss.source_files = 'Sources/Substrate/**/*.swift'

ss.dependency 'Blake2', '~> 0.1.0'
ss.dependency 'ScaleCodec', '~> 0.2.0'
ss.dependency 'ScaleCodec', '~> 0.3.0'
ss.dependency 'xxHash-Swift', '~> 1.1.0'
ss.dependency 'JsonRPC.swift/Serializable', '~> 0.2.0'
ss.dependency 'Serializable.swift', '~> 0.2.0'
Expand Down

0 comments on commit 2f86f96

Please sign in to comment.