Skip to content

Commit

Permalink
chore: start removing proc-macro-error in favor of proc-macro-error2
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Nov 5, 2024
1 parent fe87c8b commit 233e367
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 69 deletions.
55 changes: 5 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swayfmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ toml = { workspace = true, features = ["parse"] }
[dev-dependencies]
difference = "2.0.0"
paste = "1.0"
prettydiff = "0.6"
prettydiff = "0.7"
test-macros = { path = "test_macros" }
4 changes: 1 addition & 3 deletions swayfmt/test_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true

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

[dependencies]

[dev-dependencies]
paste = "1.0"
prettydiff = "0.6"
prettydiff = "0.7"

[package.metadata.cargo-udeps.ignore]
development = ["paste", "prettydiff"]
28 changes: 13 additions & 15 deletions test/src/sdk-harness/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 233e367

Please sign in to comment.