File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 - uses : dtolnay/rust-toolchain@stable
1919 - run : cargo test --all
2020 msrv :
21- name : " Check MSRV: 1.66 .0"
21+ name : " Check MSRV: 1.67 .0"
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
2525 uses : actions/checkout@v4
2626 - name : Install Rust
2727 uses : dtolnay/rust-toolchain@stable
2828 with :
29- toolchain : 1.66 .0 # MSRV
29+ toolchain : 1.67 .0 # MSRV
3030 - uses : Swatinem/rust-cache@v2
3131 - name : Default features
3232 run : cargo test --all
Original file line number Diff line number Diff line change 11[package ]
22name = " proc-macro-crate"
3- version = " 2 .0.1 "
3+ version = " 3 .0.0 "
44authors = [
" Bastian Köcher <[email protected] >" ]
55edition = " 2021"
66categories = [" development-tools::procedural-macro-helpers" ]
@@ -12,11 +12,10 @@ description = """
1212Replacement for crate (macro_rules keyword) in proc-macros
1313"""
1414readme = " ./README.md"
15- rust-version = " 1.66 .0"
15+ rust-version = " 1.67 .0"
1616
1717[dependencies ]
18- toml_edit = " =0.20.2"
19- toml_datetime = " =0.6.3"
18+ toml_edit = " 0.21.0"
2019
2120[dev-dependencies ]
2221quote = " 1.0.33"
You can’t perform that action at this time.
0 commit comments