Skip to content

Commit 5f40f4c

Browse files
authored
Merge pull request #565 from davidcole1340/chore/add-ptondereau-maintainer
2 parents 9665462 + 3ae757d commit 5f40f4c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
88
version = "0.14.2"
99
authors = [
10+
"Pierre Tondereau <[email protected]>",
1011
"Xenira <[email protected]>",
11-
"David Cole <[email protected]>"
12+
"David Cole <[email protected]>",
1213
]
1314
edition = "2021"
1415
categories = ["api-bindings"]
@@ -28,7 +29,10 @@ skeptic = "0.13"
2829

2930
[build-dependencies]
3031
anyhow = "1"
31-
bindgen = { version = "0.72", default-features = false, features = ["logging", "prettyplease"] }
32+
bindgen = { version = "0.72", default-features = false, features = [
33+
"logging",
34+
"prettyplease",
35+
] }
3236
cc = "1.2"
3337
skeptic = "0.13"
3438

@@ -50,11 +54,7 @@ runtime = ["bindgen/runtime"]
5054
static = ["bindgen/static"]
5155

5256
[workspace]
53-
members = [
54-
"crates/macros",
55-
"crates/cli",
56-
"tests"
57-
]
57+
members = ["crates/macros", "crates/cli", "tests"]
5858

5959
[package.metadata.docs.rs]
6060
rustdoc-args = ["--cfg", "docs"]

0 commit comments

Comments
 (0)