diff --git a/Cargo.lock b/Cargo.lock index 5f1a5c85..5c2dbf3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4100,6 +4100,7 @@ dependencies = [ [[package]] name = "tinymist-analysis" version = "0.12.19-rc4" +source = "git+https://github.com/Myriad-Dreamin/tinymist.git?rev=665b27a6291d02375bd58664edcd7db0f44bfe03#665b27a6291d02375bd58664edcd7db0f44bfe03" dependencies = [ "ecow", "lsp-types", @@ -4112,6 +4113,7 @@ dependencies = [ [[package]] name = "tinymist-std" version = "0.12.19-rc4" +source = "git+https://github.com/Myriad-Dreamin/tinymist.git?rev=665b27a6291d02375bd58664edcd7db0f44bfe03#665b27a6291d02375bd58664edcd7db0f44bfe03" dependencies = [ "anyhow", "base64 0.22.1", @@ -4146,6 +4148,7 @@ dependencies = [ [[package]] name = "tinymist-vfs" version = "0.12.19-rc4" +source = "git+https://github.com/Myriad-Dreamin/tinymist.git?rev=665b27a6291d02375bd58664edcd7db0f44bfe03#665b27a6291d02375bd58664edcd7db0f44bfe03" dependencies = [ "comemo", "indexmap 2.7.1", @@ -4163,6 +4166,7 @@ dependencies = [ [[package]] name = "tinymist-world" version = "0.12.19-rc4" +source = "git+https://github.com/Myriad-Dreamin/tinymist.git?rev=665b27a6291d02375bd58664edcd7db0f44bfe03#665b27a6291d02375bd58664edcd7db0f44bfe03" dependencies = [ "anyhow", "chrono", @@ -4622,6 +4626,7 @@ dependencies = [ [[package]] name = "typst-shim" version = "0.12.19-rc4" +source = "git+https://github.com/Myriad-Dreamin/tinymist.git?rev=665b27a6291d02375bd58664edcd7db0f44bfe03#665b27a6291d02375bd58664edcd7db0f44bfe03" dependencies = [ "cfg-if", "comemo", diff --git a/Cargo.toml b/Cargo.toml index 9b2cd1ee..ebdd9002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,10 +194,10 @@ vergen = { version = "9.0.1", features = [ vergen-gitcl = { version = "1.0.1" } # tinymist's world implementation -typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "92a019ea6e7c682f91d10ce56f37ad33bb9aaaff" } -tinymist-analysis = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "92a019ea6e7c682f91d10ce56f37ad33bb9aaaff" } -tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "92a019ea6e7c682f91d10ce56f37ad33bb9aaaff", default-features = false } -tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "92a019ea6e7c682f91d10ce56f37ad33bb9aaaff", default-features = false } +typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "665b27a6291d02375bd58664edcd7db0f44bfe03" } +tinymist-analysis = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "665b27a6291d02375bd58664edcd7db0f44bfe03" } +tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "665b27a6291d02375bd58664edcd7db0f44bfe03", default-features = false } +tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "665b27a6291d02375bd58664edcd7db0f44bfe03", default-features = false } # project core reflexo = { version = "0.5.4", path = "crates/reflexo", default-features = false } @@ -255,8 +255,8 @@ typst-eval = { git = "https://github.com/ParaN3xus/typst", tag = "tinymist-night # fontdb = { path = "../fontdb" } -[patch."https://github.com/Myriad-Dreamin/tinymist.git"] -typst-shim = { path = "../tinymist/crates/typst-shim" } -tinymist-analysis = { path = "../tinymist/crates/tinymist-analysis" } -tinymist-std = { path = "../tinymist/crates/tinymist-std" } -tinymist-world = { path = "../tinymist/crates/tinymist-world" } +# [patch."https://github.com/Myriad-Dreamin/tinymist.git"] +# typst-shim = { path = "../tinymist/crates/typst-shim" } +# tinymist-analysis = { path = "../tinymist/crates/tinymist-analysis" } +# tinymist-std = { path = "../tinymist/crates/tinymist-std" } +# tinymist-world = { path = "../tinymist/crates/tinymist-world" }