summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-16 16:43:35 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-16 16:43:35 +0200
commit88cb8c26264713d6914c74226c962d4377b64668 (patch)
treee3085c2513680041e2af6de6564cfb2103dc0cdb
parent1fa56a317c8d8da76546e6b5e19b279d84380837 (diff)
Bump comemo
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--docs/Cargo.toml2
-rw-r--r--library/Cargo.toml2
-rw-r--r--tests/Cargo.toml2
6 files changed, 11 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e747873e..f9f35c78 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 3bc57b69..74769126 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 a6ebdd96..8f90c3aa 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 df6a42e3..123e641f 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 d094c7ea..294c86fe 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 7d7823b9..1912f50a 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"