We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac824ec commit fae70dfCopy full SHA for fae70df
CHANGES
@@ -1,5 +1,9 @@
1
# unreleased
2
3
+# 0.29.3
4
+
5
+ * Expose the line_endings config option to use with the builder
6
7
# 0.29.2
8
9
* Request serde's std feature to avoid issues with newer toml versions.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
-version = "0.29.2"
+version = "0.29.3"
authors = [
"Emilio Cobos Álvarez <emilio@crisal.io>",
"Jeff Muizelaar <jmuizelaar@mozilla.com>",
0 commit comments