File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v2
18- - uses : dtolnay/rust-toolchain@1.42 .0
18+ - uses : dtolnay/rust-toolchain@1.56 .0
1919 - run : cargo test --all
2020
Original file line number Diff line number Diff line change 11[package ]
22name = " proc-macro-crate"
3- version = " 1.2.1 "
3+ version = " 1.3.0 "
44authors = [
" Bastian Köcher <[email protected] >" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66categories = [" development-tools::procedural-macro-helpers" ]
77documentation = " https://docs.rs/proc-macro-crate"
88repository = " https://github.com/bkchr/proc-macro-crate"
@@ -12,6 +12,7 @@ description = """
1212Replacement for crate (macro_rules keyword) in proc-macros
1313"""
1414readme = " ./README.md"
15+ rust-version = " 1.56.0"
1516
1617[dependencies ]
1718toml_edit = " 0.18"
You can’t perform that action at this time.
0 commit comments