Skip to content

Commit 8f7cec7

Browse files
committed
chore: ci
1 parent ed7d5ff commit 8f7cec7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions-rs/toolchain@v1
1717
with:
1818
profile: minimal
19-
toolchain: 1.78.0
19+
toolchain: 1.80.0
2020
default: true
2121
- name: get xcode information
2222
run: |

loro-rs/Cargo.lock

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

loro-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/uniffi-bindgen.rs"
1414

1515

1616
[dependencies]
17-
loro-ffi = { git = "https://github.com/loro-dev/loro.git", tag = "loro-ffi@1.3.5.patch-1" }
17+
loro-ffi = { git = "https://github.com/loro-dev/loro.git", tag = "loro-ffi@1.3.5-patch.1" }
1818
# loro-ffi = { path = "../../loro/crates/loro-ffi" }
1919
uniffi = { version = "0.28.3" }
2020

0 commit comments

Comments
 (0)