Skip to content

Commit e513683

Browse files
committed
RCPP-62 Prepare v1.1.0 release
1 parent c696d01 commit e513683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def source(self):
3636
git = Git(self)
3737
git.clone(url="https://github.com/realm/realm-cpp", target=".")
3838
git.folder = "."
39-
git.checkout(commit="c1096b169258581927fa1591686bdc1687f368ed")
39+
git.checkout(commit="c696d017b9ef55bd7ae22c42740857e8c68f83fb")
4040
git.run("submodule update --init --recursive")
4141

4242
def layout(self):

0 commit comments

Comments
 (0)