@@ -11,7 +11,7 @@ license = "MIT"
11
11
name = " nu"
12
12
repository = " https://github.com/nushell/nushell"
13
13
rust-version = " 1.86.0"
14
- version = " 0.105.2"
14
+ version = " 0.105.2-nightly.30 "
15
15
16
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
17
@@ -203,23 +203,23 @@ used_underscore_binding = "warn"
203
203
workspace = true
204
204
205
205
[dependencies ]
206
- nu-cli = { path = " ./crates/nu-cli" , version = " 0.105.2" }
207
- nu-cmd-base = { path = " ./crates/nu-cmd-base" , version = " 0.105.2" }
208
- nu-cmd-extra = { path = " ./crates/nu-cmd-extra" , version = " 0.105.2" }
209
- nu-cmd-lang = { path = " ./crates/nu-cmd-lang" , version = " 0.105.2" }
210
- nu-cmd-plugin = { path = " ./crates/nu-cmd-plugin" , version = " 0.105.2" , optional = true }
211
- nu-command = { path = " ./crates/nu-command" , version = " 0.105.2" , default-features = false , features = [" os" ] }
212
- nu-engine = { path = " ./crates/nu-engine" , version = " 0.105.2" }
213
- nu-experimental = { path = " ./crates/nu-experimental" , version = " 0.105.2" }
214
- nu-explore = { path = " ./crates/nu-explore" , version = " 0.105.2" }
215
- nu-lsp = { path = " ./crates/nu-lsp/" , version = " 0.105.2" }
216
- nu-parser = { path = " ./crates/nu-parser" , version = " 0.105.2" }
217
- nu-path = { path = " ./crates/nu-path" , version = " 0.105.2" }
218
- nu-plugin-engine = { path = " ./crates/nu-plugin-engine" , optional = true , version = " 0.105.2" }
219
- nu-protocol = { path = " ./crates/nu-protocol" , version = " 0.105.2" }
220
- nu-std = { path = " ./crates/nu-std" , version = " 0.105.2" }
221
- nu-system = { path = " ./crates/nu-system" , version = " 0.105.2" }
222
- nu-utils = { path = " ./crates/nu-utils" , version = " 0.105.2" }
206
+ nu-cli = { path = " ./crates/nu-cli" , version = " 0.105.2-nightly.30 " }
207
+ nu-cmd-base = { path = " ./crates/nu-cmd-base" , version = " 0.105.2-nightly.30 " }
208
+ nu-cmd-extra = { path = " ./crates/nu-cmd-extra" , version = " 0.105.2-nightly.30 " }
209
+ nu-cmd-lang = { path = " ./crates/nu-cmd-lang" , version = " 0.105.2-nightly.30 " }
210
+ nu-cmd-plugin = { path = " ./crates/nu-cmd-plugin" , version = " 0.105.2-nightly.30 " , optional = true }
211
+ nu-command = { path = " ./crates/nu-command" , version = " 0.105.2-nightly.30 " , default-features = false , features = [" os" ] }
212
+ nu-engine = { path = " ./crates/nu-engine" , version = " 0.105.2-nightly.30 " }
213
+ nu-experimental = { path = " ./crates/nu-experimental" , version = " 0.105.2-nightly.30 " }
214
+ nu-explore = { path = " ./crates/nu-explore" , version = " 0.105.2-nightly.30 " }
215
+ nu-lsp = { path = " ./crates/nu-lsp/" , version = " 0.105.2-nightly.30 " }
216
+ nu-parser = { path = " ./crates/nu-parser" , version = " 0.105.2-nightly.30 " }
217
+ nu-path = { path = " ./crates/nu-path" , version = " 0.105.2-nightly.30 " }
218
+ nu-plugin-engine = { path = " ./crates/nu-plugin-engine" , optional = true , version = " 0.105.2-nightly.30 " }
219
+ nu-protocol = { path = " ./crates/nu-protocol" , version = " 0.105.2-nightly.30 " }
220
+ nu-std = { path = " ./crates/nu-std" , version = " 0.105.2-nightly.30 " }
221
+ nu-system = { path = " ./crates/nu-system" , version = " 0.105.2-nightly.30 " }
222
+ nu-utils = { path = " ./crates/nu-utils" , version = " 0.105.2-nightly.30 " }
223
223
reedline = { workspace = true , features = [" bashisms" , " sqlite" ] }
224
224
225
225
crossterm = { workspace = true }
@@ -248,9 +248,9 @@ nix = { workspace = true, default-features = false, features = [
248
248
] }
249
249
250
250
[dev-dependencies ]
251
- nu-test-support = { path = " ./crates/nu-test-support" , version = " 0.105.2" }
252
- nu-plugin-protocol = { path = " ./crates/nu-plugin-protocol" , version = " 0.105.2" }
253
- nu-plugin-core = { path = " ./crates/nu-plugin-core" , version = " 0.105.2" }
251
+ nu-test-support = { path = " ./crates/nu-test-support" , version = " 0.105.2-nightly.30 " }
252
+ nu-plugin-protocol = { path = " ./crates/nu-plugin-protocol" , version = " 0.105.2-nightly.30 " }
253
+ nu-plugin-core = { path = " ./crates/nu-plugin-core" , version = " 0.105.2-nightly.30 " }
254
254
assert_cmd = " 2.0"
255
255
dirs = { workspace = true }
256
256
tango-bench = " 0.6"
0 commit comments