Skip to content

Commit 275bfa9

Browse files
committed
bump couchbase-lite-core to pull fixes:
- CBL-445: After doc rejected in push, doesn't pull newer revisions (#1732) - CBL-3836: Corrupt Revision Data error when saving documents (#1828) - CBL-5587: Remote rev KeepBody flag could be cleared accidentally (#1991)
1 parent 2e43be3 commit 275bfa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '00 02 */4 * *'
1212
env:
1313
RUST_BACKTRACE: 1
14-
CLC_STABLE_HASH: "aecd4740aafb180c24f25de6c4188f39eb530c46"
14+
CLC_STABLE_HASH: "b963be478a9b97fd149326dc69581f6733b23c23"
1515
jobs:
1616
rust-tests:
1717
name: Rust tests

couchbase-lite-core-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fn download_source_code_via_git_if_needed() -> Result<PathBuf, Box<dyn std::erro
163163
use which::which;
164164

165165
const URL: &str = "https://github.com/Dushistov/couchbase-lite-core";
166-
const COMMIT_SHA1: &str = "aecd4740aafb180c24f25de6c4188f39eb530c46";
166+
const COMMIT_SHA1: &str = "b963be478a9b97fd149326dc69581f6733b23c23";
167167

168168
let git_path = which("git")?;
169169
let cur_dir = env::current_dir()?;

0 commit comments

Comments
 (0)