2
Fork 0
Code Issues 1 Pull requests 2 Wiki Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List

Compare commits

..

No commits in common. "38c472445944c1c41caace1455533714205a5fa1" and "05e6adfd70d571c490962dc3eb7adcfb31f41408" have entirely different histories.

2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
version = 3
[[package]]
name = "aho-corasick"
@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.71.0"
version = "0.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee"
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
dependencies = [
"bitflags",
"cexpr",
@ -195,9 +195,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "rustc-hash"
version = "2.1.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "shlex"

View file

@ -9,7 +9,7 @@ edition = "2021"
libc = "0.2.144"
[build-dependencies]
bindgen = "0.71.0"
bindgen = "0.70.0"
[lib]
crate-type = ["cdylib", "lib"]