Yank last version and bump for now (unpublished)

This commit is contained in:
Emilio Cobos Álvarez
2023-06-01 10:23:21 +02:00
parent cbd3541614
commit e9e88b0ab0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## 0.24.6
## 0.24.6 (YANKED: depfile option was breaking, see #841)
* Update MSRV to 1.57
* Support variadic arguments (`...`) (#805)
Generated
+1 -1
View File
@@ -27,7 +27,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cbindgen"
version = "0.24.6"
version = "0.25.0"
dependencies = [
"clap",
"heck",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.24.6"
version = "0.25.0"
authors = [
"Emilio Cobos Álvarez <emilio@crisal.io>",
"Jeff Muizelaar <jmuizelaar@mozilla.com>",