mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 05:12:32 +02:00
Bump to 0.33.1 (#3671)
This commit is contained in:
@ -4,16 +4,16 @@ description = "Support for writing Nushell tests"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
name = "nu-test-support"
|
||||
version = "0.33.0"
|
||||
version = "0.33.1"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-errors = { version="0.33.0", path="../nu-errors" }
|
||||
nu-protocol = { path="../nu-protocol", version="0.33.0" }
|
||||
nu-source = { path="../nu-source", version="0.33.0" }
|
||||
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
|
||||
nu-errors = { version="0.33.1", path="../nu-errors" }
|
||||
nu-protocol = { path="../nu-protocol", version="0.33.1" }
|
||||
nu-source = { path="../nu-source", version="0.33.1" }
|
||||
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
|
||||
|
||||
bigdecimal = { version="0.2.0", features=["serde"] }
|
||||
chrono = "0.4.19"
|
||||
|
Reference in New Issue
Block a user