Skip to content

Commit 95e2658

Browse files
authored
chore: Add Casper Meijn as author (#1025)
1 parent 04be604 commit 95e2658

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "prost"
33
version = "0.12.4"
44
authors = [
55
"Dan Burkert <[email protected]>",
6-
"Lucio Franco <[email protected]",
6+
"Lucio Franco <[email protected]>",
7+
"Casper Meijn <[email protected]>",
78
"Tokio Contributors <[email protected]>",
89
]
910
license = "Apache-2.0"

prost-build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.12.4"
44
authors = [
55
"Dan Burkert <[email protected]>",
66
"Lucio Franco <[email protected]>",
7+
"Casper Meijn <[email protected]>",
78
"Tokio Contributors <[email protected]>",
89
]
910
license = "Apache-2.0"

prost-derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.12.4"
44
authors = [
55
"Dan Burkert <[email protected]>",
66
"Lucio Franco <[email protected]>",
7+
"Casper Meijn <[email protected]>",
78
"Tokio Contributors <[email protected]>",
89
]
910
license = "Apache-2.0"

prost-types/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "prost-types"
33
version = "0.12.4"
44
authors = [
55
"Dan Burkert <[email protected]>",
6-
"Lucio Franco <[email protected]",
6+
"Lucio Franco <[email protected]>",
7+
"Casper Meijn <[email protected]>",
78
"Tokio Contributors <[email protected]>",
89
]
910
license = "Apache-2.0"

0 commit comments

Comments
 (0)