File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 0.8.8 ###
2+ * :star : Modernize lints and CI workflows. See [ #129 ] ( https://github.com/stepfunc/oo_bindgen/pull/129 ) .
3+ * :star : Add RID for aarch64-pc-windows-msvc in .NET backend
4+
15### 0.8.7 ###
26* :star : Sets assembly version information to match the schema in C# backend
37
Original file line number Diff line number Diff line change 11[package ]
22name = " oo-bindgen"
3- version = " 0.8.7 "
3+ version = " 0.8.8 "
44authors = [
" Step Function I/O LLC <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
@@ -11,12 +11,12 @@ readme = "../README.md"
1111[dependencies ]
1212clap = { version = " 4" , features = [" derive" ] }
1313dunce = " 1.0.1"
14- thiserror = " 1.0.20 " # jni crate requires this patch version or better for some reason
14+ thiserror = " 2.0 " # jni crate requires this patch version or better for some reason
1515semver = " 1"
1616regex = " 1"
1717lazy_static = " 1.3"
1818backtrace = " 0.3"
19- heck = " 0.4 "
19+ heck = " 0.5 "
2020platforms = " 2"
2121serde = { version = " 1.0.126" , features = [" derive" ] }
2222serde_json = " 1"
You can’t perform that action at this time.
0 commit comments