mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:06:08 +02:00
@ -4,18 +4,18 @@ description = "Core commands for nushell"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
name = "nu-engine"
|
||||
version = "0.27.1"
|
||||
version = "0.27.2"
|
||||
|
||||
[dependencies]
|
||||
nu-data = { version = "0.27.1", path = "../nu-data" }
|
||||
nu-errors = { version = "0.27.1", path = "../nu-errors" }
|
||||
nu-parser = { version = "0.27.1", path = "../nu-parser" }
|
||||
nu-plugin = { version = "0.27.1", path = "../nu-plugin" }
|
||||
nu-protocol = { version = "0.27.1", path = "../nu-protocol" }
|
||||
nu-source = { version = "0.27.1", path = "../nu-source" }
|
||||
nu-stream = { version = "0.27.1", path = "../nu-stream" }
|
||||
nu-value-ext = { version = "0.27.1", path = "../nu-value-ext" }
|
||||
nu-ansi-term = { version = "0.27.1", path = "../nu-ansi-term" }
|
||||
nu-data = { version = "0.27.2", path = "../nu-data" }
|
||||
nu-errors = { version = "0.27.2", path = "../nu-errors" }
|
||||
nu-parser = { version = "0.27.2", path = "../nu-parser" }
|
||||
nu-plugin = { version = "0.27.2", path = "../nu-plugin" }
|
||||
nu-protocol = { version = "0.27.2", path = "../nu-protocol" }
|
||||
nu-source = { version = "0.27.2", path = "../nu-source" }
|
||||
nu-stream = { version = "0.27.2", path = "../nu-stream" }
|
||||
nu-value-ext = { version = "0.27.2", path = "../nu-value-ext" }
|
||||
nu-ansi-term = { version = "0.27.2", path = "../nu-ansi-term" }
|
||||
|
||||
async-recursion = "0.3.2"
|
||||
async-trait = "0.1.42"
|
||||
@ -47,7 +47,7 @@ umask = "1.0.0"
|
||||
users = "0.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
nu-test-support = { version = "0.27.1", path = "../nu-test-support" }
|
||||
nu-test-support = { version = "0.27.2", path = "../nu-test-support" }
|
||||
|
||||
[features]
|
||||
rustyline-support = []
|
||||
|
@ -102,7 +102,7 @@ mod tests {
|
||||
assert!(!absolutize(relative_to, path)
|
||||
.to_str()
|
||||
.unwrap()
|
||||
.contains("."));
|
||||
.contains('.'));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user