Skip to content

Commit be90f0d

Browse files
authored
Merge pull request #610 from xch-dev/bump-0.12.1
Bump 0.12.1
2 parents a5ec2b1 + 8633749 commit be90f0d

File tree

27 files changed

+956
-711
lines changed

27 files changed

+956
-711
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,15 @@ jobs:
153153
mkdir -p ~/private_keys
154154
echo -n '${{ secrets.APPLE_API_SECRET_KEY }}' > ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8
155155
156-
- name: Workaround iOS selection
156+
- name: Setup Xcode
157+
if: matrix.platform_name == 'iOS'
158+
uses: maxim-lobanov/setup-xcode@v1
159+
with:
160+
xcode-version: latest-stable
161+
162+
- name: Download iOS platform
157163
if: matrix.platform_name == 'iOS'
158164
run: |
159-
sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
160165
xcodebuild -version
161166
xcodebuild -downloadPlatform iOS
162167

.sqlx/query-c1446852713c869d6790b284a959740913be312fc00c22064ec0af6d490f066a.json

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ wildcard_imports = "allow"
4343
cast_possible_truncation = "allow"
4444
cast_sign_loss = "allow"
4545
cast_lossless = "allow"
46+
result_large_err = "allow"
4647

4748
[workspace.dependencies]
4849
sage = { path = "./crates/sage" }

crates/sage-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-api"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "API definitions for the Sage wallet."

crates/sage-api/macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-api-macro"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A macro for implementing things for each of the Sage API endpoints."

crates/sage-assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-assets"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Fetches non-critical data from various APIs for use in Sage wallet."

crates/sage-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-cli"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A CLI and RPC for Sage wallet."

crates/sage-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-client"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An RPC client for Sage wallet."

crates/sage-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-config"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Configuration for the Sage wallet."

0 commit comments

Comments
 (0)