Skip to content

Commit 50beab1

Browse files
committed
RCPP-62 Bump conanfile for v1.1.0 release
1 parent 907ee48 commit 50beab1

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="ae8e8af6dd201095742ed476834b034fbc51776d")
39+
git.checkout(commit="907ee48ecb35a65c9fdda6286a8e322f09697c07")
4040
git.run("submodule update --init --recursive")
4141

4242
def layout(self):

0 commit comments

Comments
 (0)