diff --git a/Cargo.lock b/Cargo.lock index e747873ef..f9f35c78e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,8 +368,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "comemo" -version = "0.2.2" -source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28a097f142aeb5b03af73595536cd55f5d649fca4d656379aac86b3af133cf92" dependencies = [ "comemo-macros", "siphasher", @@ -377,8 +378,9 @@ dependencies = [ [[package]] name = "comemo-macros" -version = "0.2.2" -source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "168cc09917f6a014a4cf6ed166d1b541a20a768c60f9cc348f25203ee8312940" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3bc57b697..747691267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ bench = false typst-macros = { path = "macros" } bitflags = { version = "2", features = ["serde"] } bytemuck = "1" -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.3" ecow = "0.1" flate2 = "1" fontdb = "0.13" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a6ebdd969..8f90c3aae 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ typst-library = { path = "../library" } chrono = { version = "0.4", default-features = false, features = ["clock", "std"] } clap = { version = "4.2.4", features = ["derive", "env"] } codespan-reporting = "0.11" -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.3" dirs = "5" elsa = "1.8" inferno = "0.11.15" diff --git a/docs/Cargo.toml b/docs/Cargo.toml index df6a42e3a..123e641fb 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] typst = { path = ".." } typst-library = { path = "../library" } -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.3" heck = "0.4" include_dir = "0.7" once_cell = "1" diff --git a/library/Cargo.toml b/library/Cargo.toml index d094c7ead..294c86fe7 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -19,7 +19,7 @@ bench = false typst = { path = ".." } az = "1.2" chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] } -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.3" csv = "1" ecow = "0.1" hayagriva = "0.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 7d7823b95..1912f50a9 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dev-dependencies] typst = { path = ".." } typst-library = { path = "../library" } -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.3" elsa = "1.8" iai = { git = "https://github.com/reknih/iai" } once_cell = "1"