Skip to content

Commit

Permalink
lib.rs lints
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Mar 13, 2024
1 parent 89dd27c commit e715ff3
Show file tree
Hide file tree
Showing 2 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 @@ -8,7 +8,7 @@ build = "build.rs"
repository = "https://github.com/georust/netcdf"
license-file = "source/COPYRIGHT"
links = "netcdfsrc"
categories = ["ffi"]
categories = ["filesystem"]
keywords = ["netcdf"]
readme = "README.md"
exclude = [
Expand Down
4 changes: 2 additions & 2 deletions netcdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
links = "netcdf"
build = "build.rs"
readme = "README.md"
categories = ["ffi", "filesystem", "science"]
categories = ["external-ffi-bindings", "filesystem", "science"]
exclude = [
"testdata/**",
]
Expand All @@ -30,7 +30,7 @@ netcdf-src = { workspace = true, optional = true }
[features]
default = []
memio = []
static = ["libz-sys/static", "hdf5-sys/static", "hdf5-sys/hl", "hdf5-sys/deprecated", "hdf5-sys/zlib", "netcdf-src", "curl-sys?/static-curl", "curl-sys?/static-ssl"]
static = ["libz-sys/static", "hdf5-sys/static", "hdf5-sys/hl", "hdf5-sys/deprecated", "hdf5-sys/zlib", "dep:netcdf-src", "curl-sys?/static-curl", "curl-sys?/static-ssl"]
dap = ["dep:curl-sys"]

[build-dependencies]
Expand Down

0 comments on commit e715ff3

Please sign in to comment.