Skip to content

Commit

Permalink
Bump netcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Aug 9, 2024
1 parent 11bf1d8 commit e7c28ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default-members = ["netcdf", "netcdf-sys"]
resolver = "2"

[workspace.dependencies]
netcdf = { path = "netcdf", version = "0.10.1" }
netcdf = { path = "netcdf", version = "0.10.2" }
netcdf-sys = { path = "netcdf-sys", version = "0.8.0" }
netcdf-src = { path = "netcdf-src", version = "0.4.0" }
netcdf-derive = { path = "netcdf-derive", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion netcdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netcdf"
version = "0.10.1"
version = "0.10.2"
authors = [
"Michael Hiley <mhiley@gmail.com>",
"Magnus Ulimoen <magnusu@met.no>"
Expand Down

0 comments on commit e7c28ac

Please sign in to comment.