Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Aug 2, 2024
1 parent 7748e23 commit 7ddc336
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
47 changes: 24 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "supercilex-tests"
version = "0.4.7"
version = "0.4.8"
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
edition = "2021"
description = "Test utilities I use."
Expand All @@ -10,10 +10,10 @@ categories = ["development-tools::testing"]
license = "Apache-2.0"

[dependencies]
clap_builder = { version = "4.5.11", default-features = false, features = ["std"], optional = true }
clap_builder = { version = "4.5.13", default-features = false, features = ["std"], optional = true }
expect-test = { version = "1.5.0", optional = true }
public-api = { version = "0.36.0", optional = true }
rustdoc-json = { version = "0.9.1", optional = true }
public-api = { version = "0.37.0", optional = true }
rustdoc-json = { version = "0.9.2", optional = true }

[features]
default = ["api", "clap"]
Expand Down

0 comments on commit 7ddc336

Please sign in to comment.