Skip to content

Commit

Permalink
RCPP-62 Bump conanfile for v1.1.0 release (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Mar 26, 2024
1 parent 907ee48 commit 7e17faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def source(self):
git = Git(self)
git.clone(url="https://github.com/realm/realm-cpp", target=".")
git.folder = "."
git.checkout(commit="ae8e8af6dd201095742ed476834b034fbc51776d")
git.checkout(commit="907ee48ecb35a65c9fdda6286a8e322f09697c07")
git.run("submodule update --init --recursive")

def layout(self):
Expand Down

0 comments on commit 7e17faf

Please sign in to comment.