Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 12, 2024
1 parent ebff8d7 commit ef98533
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.6.0"
version = "0.7.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.6" }
chromiumoxide_cdp = { path = "chromiumoxide_cdp", version = "0.6" }
chromiumoxide_fetcher = { path = "chromiumoxide_fetcher", version = "0.6", default-features = false, optional = true }
chromiumoxide_types = { path = "chromiumoxide_types", version = "0.7" }
chromiumoxide_cdp = { path = "chromiumoxide_cdp", version = "0.7" }
chromiumoxide_fetcher = { path = "chromiumoxide_fetcher", version = "0.7", default-features = false, optional = true }
serde_json = "1"
which = "6"
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.6.0"
version = "0.7.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -15,12 +15,12 @@ include = ["src/**/*", "*.pdl", "LICENSE-*"]
serde0 = []

[dev-dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.7" }
ureq = "2.10.0"
tempfile = "3.10.1"

[dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.6" }
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.7" }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.7" }
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.6.0"
version = "0.7.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down
6 changes: 3 additions & 3 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.6.0"
version = "0.7.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -19,8 +19,8 @@ proc-macro2 = "1.0.32"
heck = "0.4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.6" }
chromiumoxide_types = { path = "../chromiumoxide_types", version = "0.7" }
either = "1.6.1"

[features]
serde0 = []
serde0 = []
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.6.0"
version = "0.7.0"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
description = "Contains the essential types necessary for using chromiumoxide"
Expand Down

0 comments on commit ef98533

Please sign in to comment.