Skip to content

Commit a684acd

Browse files
committed
tests: Update test-helper
1 parent 6bee7ae commit a684acd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde = { version = "1.0.60", optional = true, default-features = false }
5151
critical-section = { version = "1", optional = true }
5252

5353
# [target.'cfg(portable_atomic_test_no_std_static_assert_ffi)'.dependencies] #build:static_assert_ffi
54-
# test-helper = { features = ["sys"], git = "https://github.com/taiki-e/test-helper.git", rev = "cc3f06f" } #build:static_assert_ffi
54+
# test-helper = { features = ["sys"], git = "https://github.com/taiki-e/test-helper.git", rev = "f1261a5" } #build:static_assert_ffi
5555
# [target.'cfg(all(portable_atomic_test_no_std_static_assert_ffi, target_os = "aix"))'.dependencies] #build:static_assert_ffi
5656
# libc = "=0.2.163" #build:static_assert_ffi
5757

@@ -65,7 +65,7 @@ rustversion = "1"
6565
serde_test = { git = "https://github.com/taiki-e/serde_test.git", rev = "df513c5" } # support {i,u}128
6666
sptr = "0.3"
6767
static_assertions = "1"
68-
test-helper = { features = ["sys", "critical-section-std"], git = "https://github.com/taiki-e/test-helper.git", rev = "cc3f06f" }
68+
test-helper = { features = ["sys", "critical-section-std"], git = "https://github.com/taiki-e/test-helper.git", rev = "f1261a5" }
6969

7070
[target.'cfg(unix)'.dev-dependencies]
7171
libc = "=0.2.163" # newer libc requires Rust 1.63

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fastrand = "2"
1919
paste = "1"
2020
quickcheck = { version = "1", default-features = false, git = "https://github.com/taiki-e/quickcheck.git", rev = "83b1d59" } # https://github.com/BurntSushi/quickcheck/pull/304 + https://github.com/BurntSushi/quickcheck/pull/282 + https://github.com/BurntSushi/quickcheck/pull/296 + f16/f128 support + lower MSRV
2121
static_assertions = "1"
22-
test-helper = { features = ["sys", "critical-section-std"], git = "https://github.com/taiki-e/test-helper.git", rev = "cc3f06f" }
22+
test-helper = { features = ["sys", "critical-section-std"], git = "https://github.com/taiki-e/test-helper.git", rev = "f1261a5" }
2323

2424
[target.'cfg(unix)'.dev-dependencies]
2525
libc = "0.2"

0 commit comments

Comments
 (0)