Skip to content

Commit

Permalink
Update dependencies, MSRV and bump version
Browse files Browse the repository at this point in the history
MSRV increased due to unsafe extern generated by bindgen 0.71. This also necessitates a version bump.
  • Loading branch information
Quba1 committed Jan 10, 2025
1 parent 6355d0b commit b577045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "eccodes"
description = "Unofficial high-level Rust bindings of the latest ecCodes release"
repository = "https://github.com/ScaleWeather/eccodes"
version = "0.12.0"
version = "0.13.0"
readme = "README.md"
authors = ["Jakub Lewandowski <scaleweather@gmail.com>"]
keywords = ["eccodes", "grib", "bufr", "meteorology", "weather"]
Expand All @@ -16,12 +16,12 @@ categories = [
license = "Apache-2.0"
edition = "2021"
exclude = [".github/*", ".vscode/*", ".idea/*", "data/*"]
rust-version = "1.70.0"
rust-version = "1.82.0"

[dependencies]
eccodes-sys = { version = "0.5.2", default-features = false }
eccodes-sys = { version = "0.6.0", default-features = false }
libc = { version = "0.2", default-features = false }
thiserror = { version = "1.0", default-features = false }
thiserror = { version = "2.0", default-features = false }
log = { version = "0.4", default-features = false }
errno = { version = "0.3", default-features = false }
num-derive = { version = "0.4", default-features = false }
Expand All @@ -38,7 +38,7 @@ criterion = "0.5"
testing_logger = "0.1"
rand = "0.8"
anyhow = { version = "1.0", features = ["backtrace"] }
float-cmp = "0.9"
float-cmp = "0.10"

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

0 comments on commit b577045

Please sign in to comment.