Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Feb 21, 2025
1 parent 23d8c04 commit c63e683
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 36 deletions.
41 changes: 17 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ vergen = { version = "9.0.1", features = [
vergen-gitcl = { version = "1.0.1" }

# tinymist's world implementation
typst-shim = { version = ">0.12.20, <0.13.1" }
tinymist-analysis = { version = ">0.12.20, <0.13.1" }
tinymist-std = { version = ">0.12.20, <0.13.1", default-features = false }
tinymist-task = { version = ">0.12.20, <0.13.1", default-features = false }
tinymist-world = { version = ">0.12.20, <0.13.1", default-features = false }
tinymist-project = { version = ">0.12.20, <0.13.1", default-features = false }
typst-shim = { version = "0.13.0-rc1" }
tinymist-analysis = { version = "0.13.0-rc1" }
tinymist-std = { version = "0.13.0-rc1", default-features = false }
tinymist-task = { version = "0.13.0-rc1", default-features = false }
tinymist-world = { version = "0.13.0-rc1", default-features = false }
tinymist-project = { version = "0.13.0-rc1", default-features = false }

# project core
reflexo = { version = "0.5.5-rc5", path = "crates/reflexo", default-features = false }
Expand Down Expand Up @@ -267,12 +267,12 @@ typst-html = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "typst

# fontdb = { path = "../fontdb" }

# typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75" }
# tinymist-analysis = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75" }
# tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75", default-features = false }
# tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75", default-features = false }
# tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75", default-features = false }
# tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "e30167057596f94010bbc4acac6d65bb12399e75", default-features = false }
typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53" }
tinymist-analysis = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53" }
tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53", default-features = false }
tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53", default-features = false }
tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53", default-features = false }
tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "ef68e41021269f4e8df845172182e59938693a53", default-features = false }

# [patch."https://github.com/Myriad-Dreamin/tinymist.git"]
# typst-shim = { path = "../tinymist/crates/typst-shim" }
Expand Down

0 comments on commit c63e683

Please sign in to comment.