Skip to content

Commit 81f9b8a

Browse files
Update MSRV badge [Skip CI]
1 parent c629ac3 commit 81f9b8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

git_function_history-proc-macro/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/mendelsshop/git_function_history/tree/main/enum
77
keywords = ["enum", "proc-macro"]
88
categories = ["proc-macro"]
99
description = "A proc macro to generate a bunch of stuff for enums - for git_function_history"
10+
rust-version = "1.56.1"
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213

@@ -15,4 +16,4 @@ syn = { version = "2.0.38", features = ["full", "fold", "extra-traits"] }
1516
quote = "1.0.33"
1617
proc-macro2 = "1.0.69"
1718
[lib]
18-
proc-macro = true
19+
proc-macro = true
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)