File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " multisql-cli"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Kyran Gostelow <kyran@gostelow.me>" ]
55edition = " 2021"
66description = " MultiSQL CLI"
@@ -10,7 +10,7 @@ repository = "https://github.com/KyGost/multisql-cli"
1010[dependencies ]
1111dialoguer = " ^0"
1212indicatif = " ^0"
13- multisql = " 0.1.3 "
13+ multisql = " 0.2.0 "
1414lazy_static = " ^1"
1515console = " ^0"
1616cli-table = " ^0"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy_static! {
1919fn main ( ) {
2020 let mut connection_file_path = dirs:: home_dir ( ) . unwrap ( ) ;
2121 connection_file_path. push ( ".multisql-cli.yaml" ) ;
22-
22+
2323 let mut connection_file = OpenOptions :: new ( )
2424 . read ( true )
2525 . write ( true )
You can’t perform that action at this time.
0 commit comments