Skip to content

Commit e1049dd

Browse files
committed
Specify MSRV
1 parent ec8f9b3 commit e1049dd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
version = "0.4.0"
7+
rust-version = "1.88" # also change in ci.yml
78
authors = ["Laurenz <[email protected]>"]
89
edition = "2024"
910
repository = "https://github.com/typst/comemo"
@@ -30,6 +31,7 @@ syn = { version = "2", features = ["full"] }
3031
name = "comemo"
3132
description = "Incremental computation through constrained memoization."
3233
version = { workspace = true }
34+
rust-version = { workspace = true }
3335
authors = { workspace = true }
3436
edition = { workspace = true }
3537
repository = { workspace = true }

macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "comemo-macros"
33
description = "Procedural macros for comemo."
44
version = { workspace = true }
5+
rust-version = { workspace = true }
56
authors = { workspace = true }
67
edition = { workspace = true }
78
repository = { workspace = true }

0 commit comments

Comments
 (0)