File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ members = [
66]
77
88[workspace .dependencies ]
9- nu-plugin = { version = " 0.104 " , git = " https://github.com/nushell/nushell.git" }
10- nu-protocol = { version = " 0.104 " , git = " https://github.com/nushell/nushell.git" }
11- nu-plugin-test-support = { version = " 0.104 " , git = " https://github.com/nushell/nushell.git" }
12- nu-cmd-lang = { version = " 0.104 " , git = " https://github.com/nushell/nushell.git" }
9+ nu-plugin = { version = " 0.105 " , git = " https://github.com/nushell/nushell.git" }
10+ nu-protocol = { version = " 0.105 " , git = " https://github.com/nushell/nushell.git" }
11+ nu-plugin-test-support = { version = " 0.105 " , git = " https://github.com/nushell/nushell.git" }
12+ nu-cmd-lang = { version = " 0.105 " , git = " https://github.com/nushell/nushell.git" }
1313
1414serde = " 1.0"
Original file line number Diff line number Diff line change 11module . exports = {
2- NUSHELL_VERSION : "0.104 .2" ,
2+ NUSHELL_VERSION : "0.105 .2" ,
33}
Original file line number Diff line number Diff line change 1- export const NUSHELL_VERSION = " 0.104 .2"
1+ export const NUSHELL_VERSION = " 0.105 .2"
Original file line number Diff line number Diff line change 1- NUSHELL_VERSION = "0.104 .2"
1+ NUSHELL_VERSION = "0.105 .2"
You can’t perform that action at this time.
0 commit comments