Skip to content

Commit

Permalink
*: bumps and fixes for Xcode 15 & Rust 1.72 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
BugenZhao authored Sep 22, 2023
1 parent d533cbe commit dca41de
Show file tree
Hide file tree
Showing 79 changed files with 1,030 additions and 915 deletions.
2 changes: 1 addition & 1 deletion .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
hakari-package = "workspace-hack"

# Format for `workspace-hack = ...` lines in other Cargo.tomls. Requires cargo-hakari 0.9.8 or above.
dep-format-version = "2"
dep-format-version = "4"

# Setting workspace.resolver = "2" in the root Cargo.toml is HIGHLY recommended.
# Hakari works much better with the new feature resolver.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: iOS
on:
workflow_dispatch:
push:
branches:
- "main"
# push:
# branches:
# - "main"

jobs:
testflight:
Expand Down
Loading

0 comments on commit dca41de

Please sign in to comment.