Skip to content

Commit 801c9ba

Browse files
committed
feat: upgrade bindgen & fmt
1 parent 5f4e622 commit 801c9ba

File tree

4 files changed

+892
-580
lines changed

4 files changed

+892
-580
lines changed

Cargo.lock

Lines changed: 60 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
name = "simconnect"
33
license = "MIT"
44
description = "Rust bindings for SimConnect"
5-
version = "0.1.4"
6-
authors = ["Connor T <connor0530@gmail.com>"]
5+
version = "0.2.0"
6+
authors = ["Connor T"]
77
edition = "2018"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[build-dependencies]
12-
bindgen = "0.56"
13-
# Build currently fails on windows with 1.1.0
14-
thread_local = "~1.0.1"
12+
bindgen = "0.65"

0 commit comments

Comments
 (0)