Skip to content

Commit

Permalink
Auto merge of #469 - servo:publish-markup5ever, r=jdm
Browse files Browse the repository at this point in the history
Update markup5ever major version and all other crates.

Since the pfh map is exposed in markup5ever's public API, we need to release a new major version when the phf dependency is updated.
  • Loading branch information
bors-servo committed Mar 27, 2022
2 parents 15d203b + 3f0acd7 commit 8412575
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.41.0, stable, beta, nightly]
version: [1.49.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions html5ever/Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "html5ever"
version = "0.25.2"
version = "0.26.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.10", path = "../markup5ever" }
markup5ever = { version = "0.11", path = "../markup5ever" }

[dev-dependencies]
typed-arena = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "markup5ever"
version = "0.10.1"
version = "0.11.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
8 changes: 4 additions & 4 deletions rcdom/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "markup5ever_rcdom"
version = "0.1.0"
version = "0.2.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -16,9 +16,9 @@ path = "lib.rs"

[dependencies]
tendril = "0.4"
html5ever = { version = "0.25", path = "../html5ever" }
markup5ever = { version = "0.10", path = "../markup5ever" }
xml5ever = { version = "0.16", path = "../xml5ever" }
html5ever = { version = "0.26", path = "../html5ever" }
markup5ever = { version = "0.11", path = "../markup5ever" }
xml5ever = { version = "0.17", path = "../xml5ever" }

[dev-dependencies]
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions xml5ever/Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "xml5ever"
version = "0.16.2"
version = "0.17.0"
authors = ["The xml5ever project developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -18,7 +18,7 @@ edition = "2018"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = {version = "0.10", path = "../markup5ever" }
markup5ever = {version = "0.11", path = "../markup5ever" }

[dev-dependencies]
rustc-test = "0.3"
Expand Down

0 comments on commit 8412575

Please sign in to comment.