Skip to content

Commit 7a083ff

Browse files
authored
update libc deps to 0.2.95 (#789)
1 parent 2b4de61 commit 7a083ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpufeatures/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ edition = "2018"
1515
readme = "README.md"
1616

1717
[target.aarch64-apple-darwin.dependencies]
18-
libc = "0.2.68"
18+
libc = "0.2.95"
1919

2020
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
21-
libc = "0.2.68"
21+
libc = "0.2.95"
2222

2323
[target.aarch64-linux-android.dependencies]
24-
libc = "0.2.68"
24+
libc = "0.2.95"

0 commit comments

Comments
 (0)