Skip to content

Commit

Permalink
Merge pull request #122 from westy92/update-pmc
Browse files Browse the repository at this point in the history
Update proc-macro-crate
  • Loading branch information
blackbeam authored Jan 5, 2024
2 parents c1a7aaf + 7ce56f1 commit c0882da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Rustfmt
run: cargo fmt -- --check
- name: Features subsets
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bench = false
darling = "0.20.1"
heck = "0.4.0"
num-bigint = "0.4.3"
proc-macro-crate = "2.0.0"
proc-macro-crate = "3"
proc-macro-error = "1"
proc-macro2 = "1.0.42"
quote = "1.0.9"
Expand Down

0 comments on commit c0882da

Please sign in to comment.