Skip to content

Commit 91f761e

Browse files
authored
Update dependecies and documentation (#1)
* Updated bindgen and bumped crate version * Synchronize docs main page with README and add info about docs bindings version * Generate docs bindings with 2.34.1
1 parent c845a07 commit 91f761e

File tree

3 files changed

+1384
-1101
lines changed

3 files changed

+1384
-1101
lines changed

Cargo.toml

Lines changed: 2 additions & 2 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.5.2"
5+
version = "0.6.0"
66
readme = "README.md"
77
authors = ["Jakub Lewandowski <scaleweather@gmail.com>"]
88
keywords = ["eccodes", "grib", "bufr", "meteorology", "weather"]
@@ -23,7 +23,7 @@ tests = []
2323
docs = []
2424

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

2929
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)