Skip to content

Commit

Permalink
DRY up package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan committed Jul 9, 2024
1 parent 420d8bc commit b2b6f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ members = [
"examples/esi_example_minimal",
"examples/esi_example_advanced_error_handling"
]

[workspace.package]
version = "4.1.0"
authors = ["Kailan Blanks <kblanks@fastly.com>"]
4 changes: 2 additions & 2 deletions examples/esi_example_advanced_error_handling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "esi_example_advanced_error_handling"
version = "0.4.1"
authors = ["Kailan Blanks <kailan@enviark.com>"]
version.workspace = true
authors.workspace = true
edition = "2018"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions examples/esi_example_minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "esi_example_minimal"
version = "0.4.1"
authors = ["Kailan Blanks <kailan@enviark.com>"]
version.workspace = true
authors.workspace = true
edition = "2018"
publish = false

Expand Down

0 comments on commit b2b6f57

Please sign in to comment.