forked from kailan/esi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from fastly/version-041
Release version `0.4.1`
- Loading branch information
Showing
8 changed files
with
43 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,9 @@ members = [ | |
"examples/esi_example_minimal", | ||
"examples/esi_example_advanced_error_handling" | ||
] | ||
|
||
[workspace.package] | ||
version = "4.1.0" | ||
authors = ["Kailan Blanks <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[package] | ||
name = "esi" | ||
version = "0.4.1" | ||
version.workspace = true | ||
authors.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
description = "A streaming parser and executor for Edge Side Includes" | ||
repository = "https://github.com/fastly/esi" | ||
license = "MIT" | ||
authors = ["Kailan Blanks <[email protected]>"] | ||
edition = "2018" | ||
readme = "./README.md" | ||
|
||
[dependencies] | ||
quick-xml = "0.27.1" | ||
quick-xml = "0.36.0" | ||
thiserror = "^1.0" | ||
fastly = "^0.9" | ||
fastly = "^0.10" | ||
log = "^0.4" | ||
|
||
[dev-dependencies] | ||
env_logger = "=0.9.3" # 0.10.0 requires nightly | ||
env_logger = "^0.11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
[package] | ||
name = "esi_example_advanced_error_handling" | ||
version = "0.4.0" | ||
authors = ["Kailan Blanks <[email protected]>"] | ||
edition = "2018" | ||
version.workspace = true | ||
authors.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
publish = false | ||
|
||
[dependencies] | ||
fastly = "^0.9" | ||
fastly = "^0.10" | ||
esi = { path = "../../esi" } | ||
quick-xml = "0.27.1" | ||
quick-xml = "0.36.0" | ||
log = "^0.4" | ||
env_logger = "=0.9.3" # 0.10.0 requires nightly | ||
env_logger = "^0.11" # 0.10.0 requires nightly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
[package] | ||
name = "esi_example_minimal" | ||
version = "0.4.0" | ||
authors = ["Kailan Blanks <[email protected]>"] | ||
edition = "2018" | ||
version.workspace = true | ||
authors.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
publish = false | ||
|
||
[dependencies] | ||
fastly = "^0.9" | ||
fastly = "^0.10" | ||
esi = { path = "../../esi" } | ||
log = "^0.4" | ||
env_logger = "=0.9.3" # 0.10.0 requires nightly | ||
env_logger = "^0.11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters