diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-16 16:43:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-16 16:43:35 +0200 |
| commit | 88cb8c26264713d6914c74226c962d4377b64668 (patch) | |
| tree | e3085c2513680041e2af6de6564cfb2103dc0cdb /Cargo.lock | |
| parent | 1fa56a317c8d8da76546e6b5e19b279d84380837 (diff) | |
Bump comemo
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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", |
