Skip to content

Commit

Permalink
tests: Update test-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 21, 2025
1 parent d6c301e commit 7d107b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pin-project = "1.0.11"
futures = { package = "futures-util", version = "0.3", default-features = false }
rustversion = "1"
static_assertions = "1"
test-helper = { features = ["git"], git = "https://github.com/taiki-e/test-helper.git", rev = "e8333e1" }
test-helper = { features = ["git"], git = "https://github.com/taiki-e/test-helper.git", rev = "d2272e8" }
trybuild = { git = "https://github.com/taiki-e/trybuild.git", branch = "dev" } # adjust overwrite behavior

[lints]
Expand Down
2 changes: 1 addition & 1 deletion tools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ globset = { version = "0.4", default-features = false }
prettyplease = "0.2"
proc-macro2 = { version = "1", default-features = false }
syn = { version = "2", default-features = false, features = ["parsing", "printing", "full"] }
test-helper = { features = ["codegen"], git = "https://github.com/taiki-e/test-helper.git", rev = "e8333e1" }
test-helper = { features = ["codegen"], git = "https://github.com/taiki-e/test-helper.git", rev = "d2272e8" }

[lints]
workspace = true

0 comments on commit 7d107b8

Please sign in to comment.