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 6826f50 commit c3505c1Copy full SHA for c3505c1
oo-bindgen/Cargo.toml
@@ -11,12 +11,12 @@ readme = "../README.md"
11
[dependencies]
12
clap = { version = "4", features = ["derive"] }
13
dunce = "1.0.1"
14
-thiserror = "1.0.20" # jni crate requires this patch version or better for some reason
+thiserror = "2.0" # jni crate requires this patch version or better for some reason
15
semver = "1"
16
regex = "1"
17
lazy_static = "1.3"
18
backtrace = "0.3"
19
-heck = "0.4"
+heck = "0.5"
20
platforms = "2"
21
serde = { version = "1.0.126", features = ["derive"] }
22
serde_json = "1"
0 commit comments