Merge pull request #304507 from LamprosPitsillos/bump-tinymist

tinymist: 0.11.3 -> 0.11.4
This commit is contained in:
Pol Dellaiera 2024-04-16 16:08:16 +02:00 committed by GitHub
commit e2ce670387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -3275,8 +3275,8 @@ let
publisher = "myriad-dreamin";
# Please update the corresponding binary (tinymist) when updating
# this extension.
version = "0.11.3";
hash = "sha256-b5aD4gz4j+QAEPmYaNnaputbYTPoFxVFih76HmznUP8=";
version = "0.11.4";
hash = "sha256-VR+vl6mctwq9oSIgnfutvPFwfGUdEco8fCOjzMvPtII=";
};
nativeBuildInputs = [ jq moreutils ];

View File

@ -3595,7 +3595,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.11.3"
version = "0.11.4"
dependencies = [
"insta",
"lsp-server",
@ -3692,7 +3692,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.11.3"
version = "0.11.4"
dependencies = [
"anyhow",
"async-trait",
@ -3743,7 +3743,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.11.3"
version = "0.11.4"
dependencies = [
"anyhow",
"comemo 0.4.0",
@ -3779,7 +3779,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.11.3"
version = "0.11.4"
dependencies = [
"base64 0.22.0",
"log",
@ -4370,9 +4370,9 @@ dependencies = [
[[package]]
name = "typstyle"
version = "0.11.11"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8556b6c8261a6d205674be583443714a9887911a392df630ea95c2900caf2710"
checksum = "38f04e5495bff9deed2a9155dca07889ec0fe1c79f48eb2d9ea99fc272459499"
dependencies = [
"anyhow",
"clap",

View File

@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec {
pname = "tinymist";
# Please update the corresponding vscode extension when updating
# this derivation.
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "Myriad-Dreamin";
repo = "tinymist";
rev = "v${version}";
hash = "sha256-0wVCOFWA6PX1UHe3rGWbCW4zSJHvGrW9OiFcH2wvayA=";
hash = "sha256-zMwyM4Y+nn/u/UXGlOxGB/JApgmYQW4qAek40uJO0Fc=";
};
cargoLock = {