Skip to content

Commit

Permalink
Unify checked_with_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Aug 9, 2024
1 parent 5acc454 commit 638f039
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 746 deletions.
1 change: 1 addition & 0 deletions netcdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ curl-sys = { version = "0.4.51", optional = true }
hdf5-sys = { workspace = true }
netcdf-src = { workspace = true, optional = true }
mpi-sys = { workspace = true, optional = true }
parking_lot = "0.12.3"

[dev-dependencies]

Expand Down
1 change: 1 addition & 0 deletions netcdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ netcdf-derive = { workspace = true, optional = true }
bitflags = "2.4.2"
libc = "0.2.155"
mpi-sys = { workspace = true, optional = true }
parking_lot = "0.12.3"

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

0 comments on commit 638f039

Please sign in to comment.