diff --git a/pkgs/zed-editor-git/Cargo.lock b/pkgs/zed-editor-git/Cargo.lock index e1cfb2c51..c8eea441f 100644 --- a/pkgs/zed-editor-git/Cargo.lock +++ b/pkgs/zed-editor-git/Cargo.lock @@ -3649,6 +3649,12 @@ version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +[[package]] +name = "ec4rs" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c" + [[package]] name = "ecdsa" version = "0.14.8" @@ -6210,6 +6216,7 @@ dependencies = [ "clock", "collections", "ctor", + "ec4rs", "env_logger", "futures 0.3.30", "fuzzy", @@ -10302,6 +10309,7 @@ version = "0.1.0" dependencies = [ "anyhow", "collections", + "ec4rs", "fs", "futures 0.3.30", "gpui", diff --git a/pkgs/zed-editor-git/version.json b/pkgs/zed-editor-git/version.json index 24e2a8582..6adee037d 100644 --- a/pkgs/zed-editor-git/version.json +++ b/pkgs/zed-editor-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20241020051419-92c29be", - "rev": "92c29be74cc2ac09dfe0d71d5a1048121b6ab4c6", - "hash": "sha256-+5ywfgW085axlTKHZcE+a84LZOfml8sCt8WWR/yDhpc=" + "version": "unstable-20241021100530-d3cb08b", + "rev": "d3cb08bf35e863d9f2f6b535ddfd5120295d50e6", + "hash": "sha256-JvXueLfKcKj/szub5Y5gPMA2s8iMxWTHdBDCC/DO9oE=" }