Skip to content

Commit

Permalink
[target-spec] version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 29, 2023
1 parent 2bb4b08 commit d9bb66f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0.178", features = ["derive"] }
serde_json = "1.0.104"
smallvec = "1.11.0"
static_assertions = "1.1.0"
target-spec = { version = "3.0.0", path = "../target-spec" }
target-spec = { version = "3.0.1", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion target-spec-miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
target-spec = { version = "3.0.0", path = "../target-spec" }
target-spec = { version = "3.0.1", path = "../target-spec" }
miette = "5.10.0"
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "target-spec"
version = "3.0.0"
version = "3.0.1"
description = "Evaluate Cargo.toml target specifications"
documentation = "https://docs.rs/target-spec"
repository = "https://github.com/guppy-rs/guppy"
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proptest-derive = { version = "0.3.0", optional = true }
rayon = "1.7.0"
serde = { version = "1.0.178", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.0", path = "../../target-spec" }
target-spec = { version = "3.0.1", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
toml_edit = "0.17.1"
twox-hash = { version = "1.6.3", default-features = false }
Expand Down

0 comments on commit d9bb66f

Please sign in to comment.