Skip to content

Commit

Permalink
Specify patch version in rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed Jun 19, 2024
1 parent ea4f4da commit 5e328b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netcdf-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exclude = [
"source/nctest/**",
"source/ncdap_test/**",
]
rust-version = "1.77"
rust-version = "1.77.0"

[features]
dap = ["dep:link-cplusplus"]
Expand Down
2 changes: 1 addition & 1 deletion netcdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["external-ffi-bindings", "filesystem", "science"]
exclude = [
"testdata/**",
]
rust-version = "1.77"
rust-version = "1.77.0"

[dependencies]
libz-sys = { version = "1.0.25" }
Expand Down
2 changes: 1 addition & 1 deletion netcdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"
categories = ["science", "filesystem"]
exclude = ["examples/**", "tests/**"]
build = "build.rs"
rust-version = "1.77"
rust-version = "1.77.0"

[features]
default = ["ndarray"]
Expand Down

0 comments on commit 5e328b8

Please sign in to comment.