Skip to content

Commit 22c86e3

Browse files
committed
Remove soft-deprecated authors field from Cargo.toml.
1 parent 80d9e59 commit 22c86e3

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[package]
22
name = "inline-python"
33
version = "0.12.0"
4-
authors = [
5-
"Mara Bos <[email protected]>",
6-
"Maarten de Vries <[email protected]>",
7-
]
84
description = "Inline Python code directly in your Rust code"
95
license = "BSD-2-Clause"
106
edition = "2018"

ct-python/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "ct-python"
33
version = "0.5.7"
4-
authors = ["Mara Bos <[email protected]>"]
54
description = "Execute Python code at compile time to generate Rust code"
65
license = "BSD-2-Clause"
76
edition = "2018"

macros/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[package]
22
name = "inline-python-macros"
33
version = "0.12.0"
4-
authors = [
5-
"Mara Bos <[email protected]>",
6-
"Maarten de Vries <[email protected]>",
7-
]
84
description = "Macros for the inline-python crate"
95
license = "BSD-2-Clause"
106
edition = "2018"

0 commit comments

Comments
 (0)