Merge pull request #306508 from drupol/tinymist/bump/0-11-5

tinymist: 0.11.4 -> 0.11.5

authored by Pol Dellaiera and committed by GitHub 35afb1b2 94e93ea4

+97 -9
+95 -7
pkgs/by-name/ti/tinymist/Cargo.lock
··· 625 source = "registry+https://github.com/rust-lang/crates.io-index" 626 checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 627 dependencies = [ 628 - "encode_unicode", 629 "lazy_static", 630 "libc", 631 "windows-sys 0.52.0", ··· 926 ] 927 928 [[package]] 929 name = "dirs-sys" 930 version = "0.4.1" 931 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 935 "option-ext", 936 "redox_users", 937 "windows-sys 0.48.0", 938 ] 939 940 [[package]] ··· 1015 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1016 1017 [[package]] 1018 name = "encoding_rs" 1019 version = "0.8.33" 1020 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1910 ] 1911 1912 [[package]] 1913 name = "is-wsl" 1914 version = "0.4.0" 1915 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2634 ] 2635 2636 [[package]] 2637 name = "proc-macro2" 2638 version = "1.0.79" 2639 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2960 version = "0.19.0" 2961 source = "registry+https://github.com/rust-lang/crates.io-index" 2962 checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 2963 2964 [[package]] 2965 name = "rustc-demangle" ··· 3575 ] 3576 3577 [[package]] 3578 name = "termcolor" 3579 version = "1.4.1" 3580 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3595 3596 [[package]] 3597 name = "tests" 3598 - version = "0.11.4" 3599 dependencies = [ 3600 "insta", 3601 "lsp-server", ··· 3692 3693 [[package]] 3694 name = "tinymist" 3695 - version = "0.11.4" 3696 dependencies = [ 3697 "anyhow", 3698 "async-trait", ··· 3743 3744 [[package]] 3745 name = "tinymist-query" 3746 - version = "0.11.4" 3747 dependencies = [ 3748 "anyhow", 3749 "comemo 0.4.0", ··· 3764 "percent-encoding", 3765 "reflexo", 3766 "regex", 3767 "serde", 3768 "serde_json", 3769 "sha2", ··· 3779 3780 [[package]] 3781 name = "tinymist-render" 3782 - version = "0.11.4" 3783 dependencies = [ 3784 "base64 0.22.0", 3785 "log", ··· 4370 4371 [[package]] 4372 name = "typstyle" 4373 - version = "0.11.13" 4374 source = "registry+https://github.com/rust-lang/crates.io-index" 4375 - checksum = "38f04e5495bff9deed2a9155dca07889ec0fe1c79f48eb2d9ea99fc272459499" 4376 dependencies = [ 4377 "anyhow", 4378 "clap",
··· 625 source = "registry+https://github.com/rust-lang/crates.io-index" 626 checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 627 dependencies = [ 628 + "encode_unicode 0.3.6", 629 "lazy_static", 630 "libc", 631 "windows-sys 0.52.0", ··· 926 ] 927 928 [[package]] 929 + name = "dirs-next" 930 + version = "2.0.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 933 + dependencies = [ 934 + "cfg-if", 935 + "dirs-sys-next", 936 + ] 937 + 938 + [[package]] 939 name = "dirs-sys" 940 version = "0.4.1" 941 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 945 "option-ext", 946 "redox_users", 947 "windows-sys 0.48.0", 948 + ] 949 + 950 + [[package]] 951 + name = "dirs-sys-next" 952 + version = "0.1.2" 953 + source = "registry+https://github.com/rust-lang/crates.io-index" 954 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 955 + dependencies = [ 956 + "libc", 957 + "redox_users", 958 + "winapi", 959 ] 960 961 [[package]] ··· 1036 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1037 1038 [[package]] 1039 + name = "encode_unicode" 1040 + version = "1.0.0" 1041 + source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1043 + 1044 + [[package]] 1045 name = "encoding_rs" 1046 version = "0.8.33" 1047 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1937 ] 1938 1939 [[package]] 1940 + name = "is-terminal" 1941 + version = "0.4.12" 1942 + source = "registry+https://github.com/rust-lang/crates.io-index" 1943 + checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1944 + dependencies = [ 1945 + "hermit-abi", 1946 + "libc", 1947 + "windows-sys 0.52.0", 1948 + ] 1949 + 1950 + [[package]] 1951 name = "is-wsl" 1952 version = "0.4.0" 1953 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2672 ] 2673 2674 [[package]] 2675 + name = "prettytable-rs" 2676 + version = "0.10.0" 2677 + source = "registry+https://github.com/rust-lang/crates.io-index" 2678 + checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 2679 + dependencies = [ 2680 + "csv", 2681 + "encode_unicode 1.0.0", 2682 + "is-terminal", 2683 + "lazy_static", 2684 + "term", 2685 + "unicode-width", 2686 + ] 2687 + 2688 + [[package]] 2689 name = "proc-macro2" 2690 version = "1.0.79" 2691 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3012 version = "0.19.0" 3013 source = "registry+https://github.com/rust-lang/crates.io-index" 3014 checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 3015 + 3016 + [[package]] 3017 + name = "rust_iso3166" 3018 + version = "0.1.12" 3019 + source = "registry+https://github.com/rust-lang/crates.io-index" 3020 + checksum = "e676677b94480848a8d88c74553bad50aed2ee77d8c0985aa50d8c4e26f3054b" 3021 + dependencies = [ 3022 + "js-sys", 3023 + "phf", 3024 + "prettytable-rs", 3025 + "wasm-bindgen", 3026 + ] 3027 + 3028 + [[package]] 3029 + name = "rust_iso639" 3030 + version = "0.0.1" 3031 + source = "registry+https://github.com/rust-lang/crates.io-index" 3032 + checksum = "a079fa995fd99d42d7244f325b6737677852036ce2efe5244227d2c75ff4bd73" 3033 + dependencies = [ 3034 + "phf", 3035 + "prettytable-rs", 3036 + "wasm-bindgen", 3037 + ] 3038 3039 [[package]] 3040 name = "rustc-demangle" ··· 3650 ] 3651 3652 [[package]] 3653 + name = "term" 3654 + version = "0.7.0" 3655 + source = "registry+https://github.com/rust-lang/crates.io-index" 3656 + checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 3657 + dependencies = [ 3658 + "dirs-next", 3659 + "rustversion", 3660 + "winapi", 3661 + ] 3662 + 3663 + [[package]] 3664 name = "termcolor" 3665 version = "1.4.1" 3666 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3681 3682 [[package]] 3683 name = "tests" 3684 + version = "0.11.5" 3685 dependencies = [ 3686 "insta", 3687 "lsp-server", ··· 3778 3779 [[package]] 3780 name = "tinymist" 3781 + version = "0.11.5" 3782 dependencies = [ 3783 "anyhow", 3784 "async-trait", ··· 3829 3830 [[package]] 3831 name = "tinymist-query" 3832 + version = "0.11.5" 3833 dependencies = [ 3834 "anyhow", 3835 "comemo 0.4.0", ··· 3850 "percent-encoding", 3851 "reflexo", 3852 "regex", 3853 + "rust_iso3166", 3854 + "rust_iso639", 3855 "serde", 3856 "serde_json", 3857 "sha2", ··· 3867 3868 [[package]] 3869 name = "tinymist-render" 3870 + version = "0.11.5" 3871 dependencies = [ 3872 "base64 0.22.0", 3873 "log", ··· 4458 4459 [[package]] 4460 name = "typstyle" 4461 + version = "0.11.14" 4462 source = "registry+https://github.com/rust-lang/crates.io-index" 4463 + checksum = "f701eb3c275c8250b3e5e18c3c081e36861cdd5b2e78538ff4984735cbfd9591" 4464 dependencies = [ 4465 "anyhow", 4466 "clap",
+2 -2
pkgs/by-name/ti/tinymist/package.nix
··· 13 pname = "tinymist"; 14 # Please update the corresponding vscode extension when updating 15 # this derivation. 16 - version = "0.11.4"; 17 18 src = fetchFromGitHub { 19 owner = "Myriad-Dreamin"; 20 repo = "tinymist"; 21 rev = "v${version}"; 22 - hash = "sha256-zMwyM4Y+nn/u/UXGlOxGB/JApgmYQW4qAek40uJO0Fc="; 23 }; 24 25 cargoLock = {
··· 13 pname = "tinymist"; 14 # Please update the corresponding vscode extension when updating 15 # this derivation. 16 + version = "0.11.5"; 17 18 src = fetchFromGitHub { 19 owner = "Myriad-Dreamin"; 20 repo = "tinymist"; 21 rev = "v${version}"; 22 + hash = "sha256-VwyuK0Ct0ifx1R5tqeucqQNrkzqzhgxPqYeuETr8SkY="; 23 }; 24 25 cargoLock = {