mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:47:45 +02:00
Bump to 0.103.1 dev version (#15347)
# Description Marks development or hotfix
This commit is contained in:
@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-table"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-table"
|
||||
version = "0.103.0"
|
||||
version = "0.103.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,13 +14,13 @@ bench = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.103.0", default-features = false }
|
||||
nu-utils = { path = "../nu-utils", version = "0.103.0", default-features = false }
|
||||
nu-engine = { path = "../nu-engine", version = "0.103.0", default-features = false }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.103.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.103.1", default-features = false }
|
||||
nu-utils = { path = "../nu-utils", version = "0.103.1", default-features = false }
|
||||
nu-engine = { path = "../nu-engine", version = "0.103.1", default-features = false }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.103.1" }
|
||||
nu-ansi-term = { workspace = true }
|
||||
fancy-regex = { workspace = true }
|
||||
tabled = { workspace = true, features = ["ansi"], default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
# nu-test-support = { path="../nu-test-support", version = "0.103.0" }
|
||||
# nu-test-support = { path="../nu-test-support", version = "0.103.1" }
|
Reference in New Issue
Block a user