Skip to content

Commit

Permalink
Update automerge to avoid building huge bloom filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jeffery committed Jun 23, 2023
1 parent daefac4 commit cfeeb81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ rec {
workspace_member = null;
src = pkgs.fetchgit {
url = "https://github.com/jeffa5/automerge";
rev = "7062171129347ddf6d099edbe9afdf4cd7716cd1";
sha256 = "0i6qfs3kmr3bjhwi8rkmkcvi64bjqj598chciarx62zkn3yj7v7d";
rev = "37965191ac8eebdb672811e88138b7857a55562c";
sha256 = "1llcda3dmlvll40xb668gmrwryd1fggp9c1h297xjd16sq5jwa3f";
};
dependencies = [
{
Expand Down
2 changes: 1 addition & 1 deletion crate-hashes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"automerge 0.4.1 (git+https://github.com/jeffa5/automerge?branch=cmp-heads#7062171129347ddf6d099edbe9afdf4cd7716cd1)": "0i6qfs3kmr3bjhwi8rkmkcvi64bjqj598chciarx62zkn3yj7v7d",
"automerge 0.4.1 (git+https://github.com/jeffa5/automerge?branch=cmp-heads#37965191ac8eebdb672811e88138b7857a55562c)": "1llcda3dmlvll40xb668gmrwryd1fggp9c1h297xjd16sq5jwa3f",
"automerge-persistent 0.4.0 (git+https://github.com/jeffa5/automerge-persistent?branch=main#360fe7ef6b0a43c1c73d35feb01d58a92134daf3)": "1f26q7fcq605k8w9xzk97k290pgg1304bfhbn2sv2pizh8ha2zyf",
"autosurgeon 0.6.0 (git+https://github.com/jeffa5/autosurgeon?branch=metcd#fbbec7fd021a7cc0e8f4a42a063a9724b763a0dc)": "1fjixavjyf8c6bglvb8jx84qqvvv3hbj1rbgkmbv1f292si996c0",
"autosurgeon-derive 0.6.0 (git+https://github.com/jeffa5/autosurgeon?branch=metcd#fbbec7fd021a7cc0e8f4a42a063a9724b763a0dc)": "1fjixavjyf8c6bglvb8jx84qqvvv3hbj1rbgkmbv1f292si996c0",
Expand Down

0 comments on commit cfeeb81

Please sign in to comment.