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 9ffb968 commit a77ae80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default-members = ["netcdf", "netcdf-sys"]
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.5" }
netcdf = { path = "netcdf", version = "0.9.2" }
netcdf-sys = { path = "netcdf-sys", version = "0.6.2" }
netcdf-src = { path = "netcdf-src", version = "0.3.6" }
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.5"
version = "0.3.6"
authors = ["Magnus Ulimoen <[email protected]>"]
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.1"
version = "0.6.2"
authors = [
"Michael Hiley <[email protected]>",
"Magnus Ulimoen <[email protected]>"
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.9.1"
version = "0.9.2"
authors = [
"Michael Hiley <[email protected]>",
"Magnus Ulimoen <[email protected]>"
Expand Down

0 comments on commit a77ae80

Please sign in to comment.