Skip to content

Commit

Permalink
[target-spec] version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 23, 2024
1 parent 12c55a6 commit 0945cb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -50,7 +50,7 @@ serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
smallvec = "1.13.2"
static_assertions = "1.1.0"
target-spec = { version = "3.2.2", path = "../target-spec" }
target-spec = { version = "3.3.0", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
guppy-workspace-hack.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions target-spec-miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ edition = "2021"
rust-version.workspace = true

[dependencies]
target-spec = { version = "3.2.2", path = "../target-spec" }
target-spec = { version = "3.3.0", path = "../target-spec" }
miette.workspace = true
guppy-workspace-hack.workspace = true

[dev-dependencies]
datatest-stable.workspace = true
insta.workspace = true
miette = { workspace = true, features = ["fancy"] }
target-spec = { version = "3.2.2", path = "../target-spec", features = ["custom"] }
target-spec = { version = "3.3.0", path = "../target-spec", features = ["custom"] }

[lints]
workspace = true
Expand Down
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.2.2"
version = "3.3.0"
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 @@ -43,7 +43,7 @@ proptest-derive = { version = "0.5.1", optional = true }
rayon = "1.10.0"
serde = { version = "1.0.216", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.2.2", path = "../../target-spec" }
target-spec = { version = "3.3.0", 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 0945cb3

Please sign in to comment.