We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d6ee9 commit 5f4e622Copy full SHA for 5f4e622
Cargo.toml
@@ -2,13 +2,13 @@
2
name = "simconnect"
3
license = "MIT"
4
description = "Rust bindings for SimConnect"
5
-version = "0.1.3"
+version = "0.1.4"
6
authors = ["Connor T <connor0530@gmail.com>"]
7
edition = "2018"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[build-dependencies]
12
-bindgen = "0.55"
+bindgen = "0.56"
13
# Build currently fails on windows with 1.1.0
14
thread_local = "~1.0.1"
0 commit comments