Compare commits

..

No commits in common. "91cd54fff731df5f5b025d94f9284d1c01f9fafe" and "f9ccdf746e278d7d3918c01ec4488dac48885fa3" have entirely different histories.

2 changed files with 7 additions and 33 deletions

38
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 4 version = 3
[[package]] [[package]]
name = "addr2line" name = "addr2line"
@ -231,27 +231,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"regex", "regex",
"rustc-hash 1.1.0", "rustc-hash",
"shlex",
"syn 2.0.75",
]
[[package]]
name = "bindgen"
version = "0.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash 2.1.0",
"shlex", "shlex",
"syn 2.0.75", "syn 2.0.75",
] ]
@ -1142,7 +1122,7 @@ dependencies = [
"fluent-syntax", "fluent-syntax",
"intl-memoizer", "intl-memoizer",
"intl_pluralrules", "intl_pluralrules",
"rustc-hash 1.1.0", "rustc-hash",
"self_cell 0.10.3", "self_cell 0.10.3",
"smallvec", "smallvec",
"unic-langid", "unic-langid",
@ -2058,7 +2038,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
name = "luajit2-sys" name = "luajit2-sys"
version = "0.0.2" version = "0.0.2"
dependencies = [ dependencies = [
"bindgen 0.70.1", "bindgen",
"cc", "cc",
"fs_extra", "fs_extra",
"libc", "libc",
@ -2357,7 +2337,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
name = "oodle" name = "oodle"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bindgen 0.71.0", "bindgen",
"color-eyre", "color-eyre",
"tracing", "tracing",
] ]
@ -3001,12 +2981,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hash"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
[[package]] [[package]]
name = "rustc_version" name = "rustc_version"
version = "0.4.0" version = "0.4.0"
@ -3909,7 +3883,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [ dependencies = [
"rustc-hash 1.1.0", "rustc-hash",
] ]
[[package]] [[package]]

View file

@ -10,4 +10,4 @@ color-eyre = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }
[build-dependencies] [build-dependencies]
bindgen = "0.71.0" bindgen = "0.70.1"