Skip to content

Commit

Permalink
Update macrotest and trybuild
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 17, 2024
1 parent 030f81c commit 32b707d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ pin-project-internal = { version = "=1.1.5", path = "pin-project-internal" }

[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
macrotest = { git = "https://github.com/taiki-e/macrotest.git", branch = "dev" } # 2021 edition support + syn 2.0 + no cargo-expand + adjust overwrite behavior
macrotest = { git = "https://github.com/taiki-e/macrotest.git", branch = "dev-old-msrv-1.56" } # 2021 edition support + syn 2.0 + no cargo-expand + adjust overwrite behavior + lower MSRV
rustversion = "1"
static_assertions = "1"
trybuild = { git = "https://github.com/taiki-e/trybuild.git", branch = "dev" } # adjust overwrite behavior
trybuild = { git = "https://github.com/taiki-e/trybuild.git", branch = "dev-old-msrv-1.56" } # adjust overwrite behavior + lower MSRV

[lints]
workspace = true
Expand Down

0 comments on commit 32b707d

Please sign in to comment.