lol

Merge pull request #312030 from GaetanLepage/zed

zed-editor: 0.134.4 -> 0.135.2

authored by

Pol Dellaiera and committed by
GitHub
ee7a6f78 c93a2b2d

+161 -56
+158 -53
pkgs/by-name/ze/zed-editor/Cargo.lock
··· 384 384 "feature_flags", 385 385 "fs", 386 386 "futures 0.3.28", 387 + "fuzzy", 387 388 "gpui", 388 389 "language", 389 390 "languages", ··· 391 392 "nanoid", 392 393 "node_runtime", 393 394 "open_ai", 395 + "picker", 394 396 "project", 395 397 "rand 0.8.5", 396 398 "release_channel", ··· 412 414 version = "0.1.0" 413 415 dependencies = [ 414 416 "anyhow", 417 + "collections", 418 + "futures 0.3.28", 415 419 "gpui", 420 + "project", 416 421 "schemars", 417 422 "serde", 418 423 "serde_json", 424 + "settings", 425 + "sum_tree", 426 + "unindent", 427 + "util", 419 428 ] 420 429 421 430 [[package]] ··· 1481 1490 [[package]] 1482 1491 name = "blade-graphics" 1483 1492 version = "0.4.0" 1484 - source = "git+https://github.com/kvark/blade?rev=e82eec97691c3acdb43494484be60d661edfebf3#e82eec97691c3acdb43494484be60d661edfebf3" 1493 + source = "git+https://github.com/kvark/blade?rev=f5766863de9dcc092e90fdbbc5e0007a99e7f9bf#f5766863de9dcc092e90fdbbc5e0007a99e7f9bf" 1485 1494 dependencies = [ 1486 1495 "ash", 1487 1496 "ash-window", ··· 1511 1520 [[package]] 1512 1521 name = "blade-macros" 1513 1522 version = "0.2.1" 1514 - source = "git+https://github.com/kvark/blade?rev=e82eec97691c3acdb43494484be60d661edfebf3#e82eec97691c3acdb43494484be60d661edfebf3" 1523 + source = "git+https://github.com/kvark/blade?rev=f5766863de9dcc092e90fdbbc5e0007a99e7f9bf#f5766863de9dcc092e90fdbbc5e0007a99e7f9bf" 1515 1524 dependencies = [ 1516 1525 "proc-macro2", 1517 1526 "quote", ··· 2272 2281 "collections", 2273 2282 "ctor", 2274 2283 "dashmap", 2284 + "dev_server_projects", 2275 2285 "editor", 2276 2286 "env_logger", 2277 2287 "envy", ··· 2279 2289 "fs", 2280 2290 "futures 0.3.28", 2281 2291 "git", 2292 + "git_hosting_providers", 2282 2293 "google_ai", 2283 2294 "gpui", 2284 2295 "headless", ··· 2301 2312 "prost", 2302 2313 "rand 0.8.5", 2303 2314 "release_channel", 2304 - "remote_projects", 2305 2315 "reqwest", 2306 2316 "rpc", 2307 2317 "rustc-demangle", ··· 2316 2326 "sha2 0.10.7", 2317 2327 "sqlx", 2318 2328 "subtle", 2329 + "supermaven_api", 2319 2330 "telemetry_events", 2320 2331 "text", 2321 2332 "theme", ··· 2344 2355 "clock", 2345 2356 "collections", 2346 2357 "db", 2358 + "dev_server_projects", 2347 2359 "editor", 2348 2360 "emojis", 2349 2361 "extensions_ui", ··· 2359 2371 "pretty_assertions", 2360 2372 "project", 2361 2373 "recent_projects", 2374 + "release_channel", 2362 2375 "rich_text", 2363 2376 "rpc", 2364 2377 "schemars", ··· 2510 2523 "async-compression", 2511 2524 "async-std", 2512 2525 "async-tar", 2526 + "client", 2513 2527 "clock", 2514 2528 "collections", 2515 2529 "command_palette_hooks", 2530 + "editor", 2516 2531 "fs", 2517 2532 "futures 0.3.28", 2518 2533 "gpui", 2534 + "indoc", 2519 2535 "language", 2520 2536 "lsp", 2537 + "menu", 2521 2538 "node_runtime", 2522 2539 "parking_lot", 2540 + "project", 2523 2541 "rpc", 2524 2542 "serde", 2543 + "serde_json", 2525 2544 "settings", 2526 2545 "smol", 2527 - "util", 2528 - ] 2529 - 2530 - [[package]] 2531 - name = "copilot_ui" 2532 - version = "0.1.0" 2533 - dependencies = [ 2534 - "anyhow", 2535 - "client", 2536 - "copilot", 2537 - "editor", 2538 - "fs", 2539 - "futures 0.3.28", 2540 - "gpui", 2541 - "indoc", 2542 - "language", 2543 - "lsp", 2544 - "menu", 2545 - "project", 2546 - "serde_json", 2547 - "settings", 2548 2546 "theme", 2549 2547 "ui", 2550 2548 "util", 2551 2549 "workspace", 2552 - "zed_actions", 2553 2550 ] 2554 2551 2555 2552 [[package]] ··· 3177 3174 ] 3178 3175 3179 3176 [[package]] 3177 + name = "dev_server_projects" 3178 + version = "0.1.0" 3179 + dependencies = [ 3180 + "anyhow", 3181 + "client", 3182 + "gpui", 3183 + "rpc", 3184 + "serde", 3185 + "serde_json", 3186 + ] 3187 + 3188 + [[package]] 3180 3189 name = "diagnostics" 3181 3190 version = "0.1.0" 3182 3191 dependencies = [ ··· 3396 3405 "smol", 3397 3406 "snippet", 3398 3407 "sum_tree", 3408 + "task", 3399 3409 "text", 3400 3410 "theme", 3401 3411 "time", ··· 4385 4395 version = "0.1.0" 4386 4396 dependencies = [ 4387 4397 "anyhow", 4398 + "async-trait", 4388 4399 "clock", 4389 4400 "collections", 4401 + "derive_more", 4390 4402 "git2", 4403 + "gpui", 4391 4404 "lazy_static", 4392 4405 "log", 4393 4406 "parking_lot", 4394 4407 "pretty_assertions", 4395 - "regex", 4396 4408 "rope", 4397 4409 "serde", 4398 4410 "serde_json", ··· 4420 4432 ] 4421 4433 4422 4434 [[package]] 4435 + name = "git_hosting_providers" 4436 + version = "0.1.0" 4437 + dependencies = [ 4438 + "anyhow", 4439 + "async-trait", 4440 + "futures 0.3.28", 4441 + "git", 4442 + "gpui", 4443 + "isahc", 4444 + "pretty_assertions", 4445 + "regex", 4446 + "serde", 4447 + "serde_json", 4448 + "unindent", 4449 + "url", 4450 + "util", 4451 + ] 4452 + 4453 + [[package]] 4423 4454 name = "glob" 4424 4455 version = "0.3.1" 4425 4456 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4467 4498 version = "0.1.0" 4468 4499 dependencies = [ 4469 4500 "anyhow", 4501 + "collections", 4470 4502 "editor", 4471 4503 "gpui", 4472 4504 "indoc", ··· 4604 4636 "wayland-client", 4605 4637 "wayland-cursor", 4606 4638 "wayland-protocols", 4639 + "wayland-protocols-plasma", 4607 4640 "windows 0.53.0", 4608 4641 "x11rb", 4609 4642 "xkbcommon", ··· 5129 5162 ] 5130 5163 5131 5164 [[package]] 5165 + name = "inline_completion_button" 5166 + version = "0.1.0" 5167 + dependencies = [ 5168 + "anyhow", 5169 + "copilot", 5170 + "editor", 5171 + "fs", 5172 + "futures 0.3.28", 5173 + "gpui", 5174 + "indoc", 5175 + "language", 5176 + "lsp", 5177 + "project", 5178 + "serde_json", 5179 + "settings", 5180 + "supermaven", 5181 + "theme", 5182 + "ui", 5183 + "util", 5184 + "workspace", 5185 + "zed_actions", 5186 + ] 5187 + 5188 + [[package]] 5132 5189 name = "inotify" 5133 5190 version = "0.9.6" 5134 5191 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5533 5590 "anyhow", 5534 5591 "client", 5535 5592 "collections", 5593 + "copilot", 5536 5594 "editor", 5537 5595 "env_logger", 5538 5596 "futures 0.3.28", ··· 5676 5734 5677 5735 [[package]] 5678 5736 name = "libmimalloc-sys" 5679 - version = "0.1.35" 5737 + version = "0.1.37" 5680 5738 source = "registry+https://github.com/rust-lang/crates.io-index" 5681 - checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" 5739 + checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" 5682 5740 dependencies = [ 5683 5741 "cc", 5684 5742 "libc", ··· 6043 6101 6044 6102 [[package]] 6045 6103 name = "mimalloc" 6046 - version = "0.1.39" 6104 + version = "0.1.41" 6047 6105 source = "registry+https://github.com/rust-lang/crates.io-index" 6048 - checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" 6106 + checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" 6049 6107 dependencies = [ 6050 6108 "libmimalloc-sys", 6051 6109 ] ··· 6787 6845 name = "outline" 6788 6846 version = "0.1.0" 6789 6847 dependencies = [ 6848 + "collections", 6790 6849 "editor", 6791 6850 "fuzzy", 6792 6851 "gpui", ··· 7406 7465 "client", 7407 7466 "clock", 7408 7467 "collections", 7409 - "copilot", 7410 7468 "env_logger", 7411 7469 "fs", 7412 7470 "futures 0.3.28", ··· 7790 7848 version = "0.1.0" 7791 7849 dependencies = [ 7792 7850 "anyhow", 7851 + "dev_server_projects", 7793 7852 "editor", 7794 7853 "feature_flags", 7795 7854 "fuzzy", ··· 7799 7858 "ordered-float 2.10.0", 7800 7859 "picker", 7801 7860 "project", 7802 - "remote_projects", 7803 7861 "rpc", 7804 7862 "serde", 7805 7863 "serde_json", ··· 7935 7993 ] 7936 7994 7937 7995 [[package]] 7938 - name = "remote_projects" 7939 - version = "0.1.0" 7940 - dependencies = [ 7941 - "anyhow", 7942 - "client", 7943 - "gpui", 7944 - "rpc", 7945 - "serde", 7946 - "serde_json", 7947 - ] 7948 - 7949 - [[package]] 7950 7996 name = "rend" 7951 7997 version = "0.4.0" 7952 7998 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8701 8747 "sha2 0.10.7", 8702 8748 "smol", 8703 8749 "tempfile", 8750 + "theme", 8751 + "tree-sitter", 8752 + "ui", 8753 + "unindent", 8704 8754 "util", 8755 + "workspace", 8705 8756 "worktree", 8706 8757 ] 8707 8758 ··· 9589 9640 ] 9590 9641 9591 9642 [[package]] 9643 + name = "supermaven" 9644 + version = "0.1.0" 9645 + dependencies = [ 9646 + "anyhow", 9647 + "client", 9648 + "collections", 9649 + "editor", 9650 + "env_logger", 9651 + "futures 0.3.28", 9652 + "gpui", 9653 + "language", 9654 + "log", 9655 + "postage", 9656 + "project", 9657 + "serde", 9658 + "serde_json", 9659 + "settings", 9660 + "smol", 9661 + "supermaven_api", 9662 + "theme", 9663 + "ui", 9664 + "util", 9665 + ] 9666 + 9667 + [[package]] 9668 + name = "supermaven_api" 9669 + version = "0.1.0" 9670 + dependencies = [ 9671 + "anyhow", 9672 + "futures 0.3.28", 9673 + "serde", 9674 + "serde_json", 9675 + "smol", 9676 + "util", 9677 + ] 9678 + 9679 + [[package]] 9592 9680 name = "sval" 9593 9681 version = "2.8.0" 9594 9682 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9821 9909 "futures 0.3.28", 9822 9910 "gpui", 9823 9911 "hex", 9912 + "parking_lot", 9824 9913 "schemars", 9825 9914 "serde", 9826 9915 "serde_json_lenient", ··· 9833 9922 name = "tasks_ui" 9834 9923 version = "0.1.0" 9835 9924 dependencies = [ 9836 - "anyhow", 9837 9925 "editor", 9838 9926 "file_icons", 9839 9927 "fuzzy", ··· 11726 11814 ] 11727 11815 11728 11816 [[package]] 11817 + name = "wayland-protocols-plasma" 11818 + version = "0.2.0" 11819 + source = "registry+https://github.com/rust-lang/crates.io-index" 11820 + checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 11821 + dependencies = [ 11822 + "bitflags 2.4.2", 11823 + "wayland-backend", 11824 + "wayland-client", 11825 + "wayland-protocols", 11826 + "wayland-scanner", 11827 + ] 11828 + 11829 + [[package]] 11729 11830 name = "wayland-protocols-wlr" 11730 11831 version = "0.2.0" 11731 11832 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11792 11893 dependencies = [ 11793 11894 "anyhow", 11794 11895 "client", 11795 - "copilot_ui", 11796 11896 "db", 11797 11897 "editor", 11898 + "extensions_ui", 11798 11899 "fuzzy", 11799 11900 "gpui", 11901 + "inline_completion_button", 11800 11902 "install_cli", 11801 11903 "picker", 11802 11904 "project", ··· 12403 12505 "collections", 12404 12506 "db", 12405 12507 "derive_more", 12508 + "dev_server_projects", 12406 12509 "env_logger", 12407 12510 "fs", 12408 12511 "futures 0.3.28", ··· 12415 12518 "parking_lot", 12416 12519 "postage", 12417 12520 "project", 12418 - "remote_projects", 12419 12521 "schemars", 12420 12522 "serde", 12421 12523 "serde_json", ··· 12654 12756 12655 12757 [[package]] 12656 12758 name = "zed" 12657 - version = "0.134.4" 12759 + version = "0.135.2" 12658 12760 dependencies = [ 12659 12761 "activity_indicator", 12660 12762 "anyhow", ··· 12676 12778 "collections", 12677 12779 "command_palette", 12678 12780 "copilot", 12679 - "copilot_ui", 12680 12781 "db", 12782 + "dev_server_projects", 12681 12783 "diagnostics", 12682 12784 "editor", 12683 12785 "env_logger", ··· 12688 12790 "file_icons", 12689 12791 "fs", 12690 12792 "futures 0.3.28", 12793 + "git", 12794 + "git_hosting_providers", 12691 12795 "go_to_line", 12692 12796 "gpui", 12693 12797 "headless", 12694 12798 "image_viewer", 12799 + "inline_completion_button", 12695 12800 "install_cli", 12696 12801 "isahc", 12697 12802 "journal", ··· 12715 12820 "quick_action_bar", 12716 12821 "recent_projects", 12717 12822 "release_channel", 12718 - "remote_projects", 12719 12823 "rope", 12720 12824 "search", 12721 12825 "serde", ··· 12723 12827 "settings", 12724 12828 "simplelog", 12725 12829 "smol", 12830 + "supermaven", 12726 12831 "tab_switcher", 12727 12832 "task", 12728 12833 "tasks_ui", ··· 12786 12891 12787 12892 [[package]] 12788 12893 name = "zed_elixir" 12789 - version = "0.0.1" 12894 + version = "0.0.4" 12790 12895 dependencies = [ 12791 12896 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12792 12897 ] ··· 12920 13025 12921 13026 [[package]] 12922 13027 name = "zed_toml" 12923 - version = "0.1.0" 13028 + version = "0.1.1" 12924 13029 dependencies = [ 12925 13030 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12926 13031 ] ··· 12941 13046 12942 13047 [[package]] 12943 13048 name = "zed_zig" 12944 - version = "0.1.1" 13049 + version = "0.1.2" 12945 13050 dependencies = [ 12946 13051 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12947 13052 ]
+3 -3
pkgs/by-name/ze/zed-editor/package.nix
··· 26 26 27 27 rustPlatform.buildRustPackage rec { 28 28 pname = "zed"; 29 - version = "0.134.4"; 29 + version = "0.135.2"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "zed-industries"; 33 33 repo = "zed"; 34 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-2/onI/tc5FlwyRuu4Yq3xJYqwNXhnIrCebQQpCKGzfs="; 35 + hash = "sha256-XnfTrcLKjJH42l9L9KxogMhNQ2u/8G4fyd6i/0dO5S0="; 36 36 fetchSubmodules = true; 37 37 }; 38 38 ··· 40 40 lockFile = ./Cargo.lock; 41 41 outputHashes = { 42 42 "async-pipe-0.1.3" = "sha256-g120X88HGT8P6GNCrzpS5SutALx5H+45Sf4iSSxzctE="; 43 - "blade-graphics-0.4.0" = "sha256-J6mVvMC8u3+8RGp6qSwU/EpvdtUPyIs2Ry9XGGiimB0="; 43 + "blade-graphics-0.4.0" = "sha256-U8278YkskWE1E60JVTx4hRv4322EV9jz8fzJkBTG3R8="; 44 44 "font-kit-0.11.0" = "sha256-+4zMzjFyMS60HfLMEXGfXqKn6P+pOngLA45udV09DM8="; 45 45 "heed-0.20.0-alpha.9" = "sha256-8bzoMmfKS+6AmeTzh0/F7WM9OBdIex+NYFER28bpA/s="; 46 46 "lsp-types-0.94.1" = "sha256-kplgPsafrgZFMI1D9pQCwmg+FKMn5HNWLbcgdXHUFVU=";