Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ skeptic = "0.13"

[build-dependencies]
anyhow = "1"
bindgen = "0.68.1"
bindgen = "0.70"
cc = "1.0"
skeptic = "0.13"

Expand Down
2 changes: 1 addition & 1 deletion docsrs_bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.68.1 */
/* automatically generated by rust-bindgen 0.70.1 */

#[repr(C)]
#[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
Expand Down
1 change: 1 addition & 0 deletions tests/src/integration/defaults/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub fn test_defaults_nullable_string(a: Option<String>) -> Option<String> {
a
}

#[allow(clippy::unnecessary_wraps)]
#[php_function]
#[php(defaults(a = None, b = None))]
pub fn test_defaults_multiple_option_arguments(
Expand Down
Loading