Skip to content

Commit 8808927

Browse files
committed
Use non-yanked release of libc
1 parent 9bb9d09 commit 8808927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netcdf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netcdf"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = [
55
"Michael Hiley <[email protected]>",
66
"Magnus Ulimoen <[email protected]>"
@@ -23,7 +23,7 @@ static = ["netcdf-sys/static"]
2323
ndarray = { version = "0.15", optional = true }
2424
netcdf-sys = { workspace = true }
2525
bitflags = "2.4.2"
26-
libc = "0.2.154"
26+
libc = "0.2.155"
2727

2828
[dev-dependencies]
2929
clap = { version = "4.5.1", features = ["derive"] }

0 commit comments

Comments
 (0)