File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = "0.2.1"
55repository = { workspace = true }
66license = { workspace = true }
77edition = { workspace = true }
8+ rust-version = " 1.81"
89
910# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ description = "Internal proc-macro crate for the MultihashDigest derive"
66repository = { workspace = true }
77license = { workspace = true }
88edition = { workspace = true }
9+ rust-version = " 1.81"
910
1011[lib ]
1112proc-macro = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description = "Proc macro for deriving custom multihash tables."
55repository = { workspace = true }
66license = { workspace = true }
77edition = { workspace = true }
8+ rust-version = " 1.81"
89
910[features ]
1011default = [" std" ]
You can’t perform that action at this time.
0 commit comments