tinymist: 0.11.28 -> 0.11.32 (#347584)

This commit is contained in:
Pol Dellaiera 2024-10-09 22:12:16 +02:00 committed by GitHub
commit cc32826abc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 19 deletions

View File

@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
name = "tinymist"; name = "tinymist";
publisher = "myriad-dreamin"; publisher = "myriad-dreamin";
inherit (tinymist) version; inherit (tinymist) version;
hash = "sha256-PcCZkY1+ks9J5JaDJLVgiJuXgRxIvUZHI00gatjeVbA="; hash = "sha256-CQVujtl1SFcUmEG7O1cvN2gr6v3kcWMMZz+oYEkclKI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -3679,7 +3679,7 @@ dependencies = [
[[package]] [[package]]
name = "sync-lsp" name = "sync-lsp"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -3819,7 +3819,7 @@ dependencies = [
[[package]] [[package]]
name = "tests" name = "tests"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"insta", "insta",
"lsp-server", "lsp-server",
@ -3916,7 +3916,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist" name = "tinymist"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -3956,7 +3956,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_yaml", "serde_yaml",
"sync-lsp", "sync-lsp",
"tinymist-assets 0.11.28 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.11.32 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-query", "tinymist-query",
"tinymist-render", "tinymist-render",
"tinymist-world", "tinymist-world",
@ -3982,7 +3982,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-analysis" name = "tinymist-analysis"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"comemo 0.4.0", "comemo 0.4.0",
@ -3999,17 +3999,17 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.11.28" version = "0.11.32"
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.11.28" version = "0.11.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08ac1383bf5177ca572a0f88fb2175373ebe591d0c1bde0b85d6e0fa25d2f6b" checksum = "ea141357280a85cdacb962dc64b07ae6fa4381df468f6aba1d3dd93483afdc38"
[[package]] [[package]]
name = "tinymist-query" name = "tinymist-query"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
@ -4060,7 +4060,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-render" name = "tinymist-render"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"log", "log",
@ -4071,7 +4071,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-world" name = "tinymist-world"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
@ -4086,7 +4086,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tar", "tar",
"tinymist-assets 0.11.28 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.11.32 (registry+https://github.com/rust-lang/crates.io-index)",
"typst-assets", "typst-assets",
] ]
@ -4348,7 +4348,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]] [[package]]
name = "typlite" name = "typlite"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"comemo 0.4.0", "comemo 0.4.0",
@ -4492,7 +4492,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-preview" name = "typst-preview"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"clap", "clap",
"comemo 0.4.0", "comemo 0.4.0",
@ -4505,7 +4505,7 @@ dependencies = [
"reflexo-vec2svg", "reflexo-vec2svg",
"serde", "serde",
"serde_json", "serde_json",
"tinymist-assets 0.11.28 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.11.32 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio", "tokio",
"typst", "typst",
"typst-assets", "typst-assets",
@ -4533,7 +4533,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-shim" name = "typst-shim"
version = "0.11.28" version = "0.11.32"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"typst", "typst",

View File

@ -17,13 +17,13 @@ rustPlatform.buildRustPackage rec {
pname = "tinymist"; pname = "tinymist";
# Please update the corresponding vscode extension when updating # Please update the corresponding vscode extension when updating
# this derivation. # this derivation.
version = "0.11.28"; version = "0.11.32";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Myriad-Dreamin"; owner = "Myriad-Dreamin";
repo = "tinymist"; repo = "tinymist";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-Wiuf53HlTMJeYJG815e9PgOtJBRxYRPllus7mmxdvM4="; hash = "sha256-xXrE4LOzcR4TCoBD7jbS1Ba7kBLBPiF3GI0wjq5GXWA=";
}; };
cargoLock = { cargoLock = {