Skip to content

Commit

Permalink
[target-spec] version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 25, 2022
1 parent 3deda08 commit 8344d04
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.147", features = ["derive"] }
serde_json = "1.0.87"
smallvec = "1.10.0"
static_assertions = "1.1.0"
target-spec = { version = "1.2.0", path = "../target-spec" }
target-spec = { version = "1.2.1", path = "../target-spec" }
toml = { version = "0.5.9", 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.58"

[dependencies]
target-spec = { version = "1.2.0", path = "../target-spec" }
target-spec = { version = "1.2.1", path = "../target-spec" }
miette = "5.3.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 = "1.2.0"
version = "1.2.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.5.3"
serde = { version = "1.0.147", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "1.0.2", path = "../../target-spec" }
target-spec = { version = "1.2.1", path = "../../target-spec" }
toml = { version = "0.5.9", optional = true }
toml_edit = "0.14.4"
twox-hash = { version = "1.6.3", default-features = false }
Expand Down

0 comments on commit 8344d04

Please sign in to comment.