File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ resolver = "2"
44
55[workspace .package ]
66version = " 0.4.0"
7+ rust-version = " 1.88" # also change in ci.yml
78authors = [" Laurenz <laurmaedje@gmail.com>" ]
89edition = " 2024"
910repository = " https://github.com/typst/comemo"
@@ -30,6 +31,7 @@ syn = { version = "2", features = ["full"] }
3031name = " comemo"
3132description = " Incremental computation through constrained memoization."
3233version = { workspace = true }
34+ rust-version = { workspace = true }
3335authors = { workspace = true }
3436edition = { workspace = true }
3537repository = { workspace = true }
Original file line number Diff line number Diff line change 22name = " comemo-macros"
33description = " Procedural macros for comemo."
44version = { workspace = true }
5+ rust-version = { workspace = true }
56authors = { workspace = true }
67edition = { workspace = true }
78repository = { workspace = true }
You can’t perform that action at this time.
0 commit comments