Skip to content

Commit 8df689d

Browse files
committed
specify rust-version
1 parent 5805c52 commit 8df689d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

codetable/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.2.1"
55
repository = { workspace = true }
66
license = { workspace = true }
77
edition = { 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

derive-impl/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Internal proc-macro crate for the MultihashDigest derive"
66
repository = { workspace = true }
77
license = { workspace = true }
88
edition = { workspace = true }
9+
rust-version = "1.81"
910

1011
[lib]
1112
proc-macro = true

derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Proc macro for deriving custom multihash tables."
55
repository = { workspace = true }
66
license = { workspace = true }
77
edition = { workspace = true }
8+
rust-version = "1.81"
89

910
[features]
1011
default = ["std"]

0 commit comments

Comments
 (0)