nushell/crates/nu-test-support/Cargo.toml
Devyn Cairns 3b220e07e3
Bump version to 0.93.0 (#12709)
# Description

Bump version to `0.93.0`
2024-04-30 15:51:13 -07:00

21 lines
578 B
TOML

[package]
authors = ["The Nushell Project Developers"]
description = "Support for writing Nushell tests"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-test-support"
edition = "2021"
license = "MIT"
name = "nu-test-support"
version = "0.93.0"
[lib]
doctest = false
bench = false
[dependencies]
nu-path = { path = "../nu-path", version = "0.93.0" }
nu-glob = { path = "../nu-glob", version = "0.93.0" }
nu-utils = { path = "../nu-utils", version = "0.93.0" }
num-format = { workspace = true }
which = { workspace = true }
tempfile = { workspace = true }