Skip to content

Commit

Permalink
Merge rust subtree
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman committed Dec 20, 2024
2 parents 8750333 + 60467b6 commit 2ca2027
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mobile-sdk-rs"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["Spruce Systems, Inc."]
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
],
dependencies: [ ],
targets: [
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.2/RustFramework.xcframework.zip", checksum: "ad8961c45530572689187d1bc1b4e7fd96bb04f6a12ff32fd49e3d4f7fa680e8"),
// .binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.2/RustFramework.xcframework.zip", checksum: "ad8961c45530572689187d1bc1b4e7fd96bb04f6a12ff32fd49e3d4f7fa680e8"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.3/RustFramework.xcframework.zip", checksum: "bd273b22e74532c6bb2ff229e43083ad1df67c431b5e96dda64c505beba896b4"),
// .binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.4.3/RustFramework.xcframework.zip", checksum: "bd273b22e74532c6bb2ff229e43083ad1df67c431b5e96dda64c505beba896b4"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRs"
spec.version = "0.4.2"
spec.version = "0.4.3"
spec.summary = "Rust-generated Swift Mobile SDK."
spec.description = <<-DESC
Rust layer for the Swift Mobile SDK.
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRsRustFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRsRustFramework"
spec.version = "0.4.2"
spec.version = "0.4.3"
spec.summary = "Rust-generated Framework Swift Mobile SDK."
spec.description = <<-DESC
Rust layer framework for the Swift Mobile SDK.
Expand Down

0 comments on commit 2ca2027

Please sign in to comment.