Skip to content

Commit f2c36a8

Browse files
committed
refactor: remove deprecated "package.authors" from Cargo.toml
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
1 parent 8fb524b commit f2c36a8

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ members = ["cdevents-sdk", "generator"]
55
[workspace.package]
66
edition = "2024"
77
version = "0.2.1"
8-
authors = [
9-
# The actual list of contributors can be retrieved from the git log
10-
"The CDEvents Rust SDK Authors",
11-
]
128
license = "Apache-2.0"
139
repository = "https://github.com/cdevents/sdk-rust"
1410
rust-version = "1.85"

cdevents-sdk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cdevents-sdk"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
publish = true

generator/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[package]
33
name = "generator"
44
version.workspace = true
5-
authors.workspace = true
65
edition.workspace = true
76
license.workspace = true
87
publish = false

0 commit comments

Comments
 (0)