Skip to content

Commit dfdf780

Browse files
committed
v0.7: Update bindgen and rust edition
1 parent 91f761e commit dfdf780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eccodes-sys"
33
description = "Low-level Rust bindings for latests ecCodes version."
44
repository = "https://github.com/ScaleWeather/eccodes-sys"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
readme = "README.md"
77
authors = ["Jakub Lewandowski <scaleweather@gmail.com>"]
88
keywords = ["eccodes", "grib", "bufr", "meteorology", "weather"]
@@ -14,7 +14,7 @@ categories = [
1414
"science",
1515
]
1616
license = "Apache-2.0"
17-
edition = "2021"
17+
edition = "2024"
1818
links = "eccodes"
1919
exclude = [".github/*"]
2020

@@ -23,7 +23,7 @@ tests = []
2323
docs = []
2424

2525
[build-dependencies]
26-
bindgen = "0.71"
26+
bindgen = "0.72"
2727
pkg-config = "0.3"
2828

2929
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)