Skip to content

Commit

Permalink
[target-spec] version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 4, 2024
1 parent 7e8d075 commit ef37cb8
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 @@ -50,7 +50,7 @@ serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
smallvec = "1.13.1"
static_assertions = "1.1.0"
target-spec = { version = "3.0.1", path = "../target-spec" }
target-spec = { version = "3.1.0", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
guppy-workspace-hack.workspace = true

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.workspace = true

[dependencies]
target-spec = { version = "3.0.1", path = "../target-spec" }
target-spec = { version = "3.1.0", path = "../target-spec" }
miette = "5.10.0"
guppy-workspace-hack.workspace = true
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.1"
version = "3.1.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 @@ -40,7 +40,7 @@ proptest-derive = { version = "0.4.0", optional = true }
rayon = "1.8.1"
serde = { version = "1.0.196", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.1", path = "../../target-spec" }
target-spec = { version = "3.1.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 ef37cb8

Please sign in to comment.