Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 28, 2024
1 parent 741abe1 commit 97f7b70
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide"
version = "0.5.7"
version = "0.6.0"
rust-version = "1.70"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
Expand All @@ -20,9 +20,9 @@ async-std = { version = "1.5", features = [
"unstable",
], optional = true }
futures = "0.3"
chromiumoxide_types = { path = "chromiumoxide_types", version = "0.5" }
chromiumoxide_cdp = { path = "chromiumoxide_cdp", version = "0.5" }
chromiumoxide_fetcher = { path = "chromiumoxide_fetcher", version = "0.5", default-features = false, optional = true }
chromiumoxide_types = { path = "chromiumoxide_types", version = "0.6" }
chromiumoxide_cdp = { path = "chromiumoxide_cdp", version = "0.6" }
chromiumoxide_fetcher = { path = "chromiumoxide_fetcher", version = "0.6", default-features = false, optional = true }
serde_json = "1"
which = "4"
thiserror = "1"
Expand Down
8 changes: 4 additions & 4 deletions chromiumoxide_cdp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_cdp"
version = "0.5.2"
version = "0.6.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -12,12 +12,12 @@ readme = "../README.md"
include = ["src/**/*", "*.pdl", "LICENSE-*"]

[dev-dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.5"}
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
ureq = "2.6.2"
tempfile = "3.2.0"

[dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.5"}
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.5"}
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.6" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2 changes: 1 addition & 1 deletion chromiumoxide_fetcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_fetcher"
version = "0.5.3"
version = "0.6.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down
4 changes: 2 additions & 2 deletions chromiumoxide_pdl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_pdl"
version = "0.5.2"
version = "0.6.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -19,5 +19,5 @@ proc-macro2 = "1.0.32"
heck = "0.4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.5"}
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.6" }
either = "1.6.1"
2 changes: 1 addition & 1 deletion chromiumoxide_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_types"
version = "0.5.2"
version = "0.6.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
description = "Contains the essential types necessary for using chromiumoxide"
Expand Down

0 comments on commit 97f7b70

Please sign in to comment.