Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed May 5, 2024
1 parent 2101e3c commit 323558d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ resolver = "2"
[workspace.dependencies]
netcdf = { path = "netcdf", version = "0.9.1" }
netcdf-sys = { path = "netcdf-sys", version = "0.6.0" }
netcdf-src = { path = "netcdf-src", version = "0.3.0" }
netcdf-src = { path = "netcdf-src", version = "0.3.5" }
hdf5-sys = { version = "0.8.0" }
2 changes: 1 addition & 1 deletion netcdf-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netcdf-src"
version = "0.3.4"
version = "0.3.5"
authors = ["Magnus Ulimoen <magnusu@met.no>"]
edition = "2021"
description = "Build scripts for building `netCDF` from source"
Expand Down
2 changes: 1 addition & 1 deletion netcdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netcdf-sys"
version = "0.6.0"
version = "0.6.1"
authors = [
"Michael Hiley <mhiley@gmail.com>",
"Magnus Ulimoen <magnusu@met.no>"
Expand Down

0 comments on commit 323558d

Please sign in to comment.