Skip to content

Commit

Permalink
Use non-yanked release of libc
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed May 20, 2024
1 parent 9bb9d09 commit 8808927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netcdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netcdf"
version = "0.9.2"
version = "0.9.3"
authors = [
"Michael Hiley <mhiley@gmail.com>",
"Magnus Ulimoen <magnusu@met.no>"
Expand All @@ -23,7 +23,7 @@ static = ["netcdf-sys/static"]
ndarray = { version = "0.15", optional = true }
netcdf-sys = { workspace = true }
bitflags = "2.4.2"
libc = "0.2.154"
libc = "0.2.155"

[dev-dependencies]
clap = { version = "4.5.1", features = ["derive"] }
Expand Down

0 comments on commit 8808927

Please sign in to comment.