Skip to content

Commit 7d13fe2

Browse files
jayvdbdjc
authored andcommitted
redis: Fix conditional compilation of portable-atomic
1 parent d7575cc commit 7d13fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures-util = { version = "0.3.2", default-features = false, features = ["alloc
1414
parking_lot = { version = "0.12", optional = true }
1515
tokio = { version = "1.0", features = ["rt", "sync", "time"] }
1616

17-
[target.'cfg(not(target_has_atomic = "u64"))'.dependencies]
17+
[target.'cfg(not(target_has_atomic = "64"))'.dependencies]
1818
portable-atomic = "1"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)