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 1
1
[package ]
2
2
name = " multisql-cli"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [
" Kyran Gostelow <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " MultiSQL CLI"
@@ -10,7 +10,7 @@ repository = "https://github.com/KyGost/multisql-cli"
10
10
[dependencies ]
11
11
dialoguer = " ^0"
12
12
indicatif = " ^0"
13
- multisql = " 0.1.3 "
13
+ multisql = " 0.2.0 "
14
14
lazy_static = " ^1"
15
15
console = " ^0"
16
16
cli-table = " ^0"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy_static! {
19
19
fn main ( ) {
20
20
let mut connection_file_path = dirs:: home_dir ( ) . unwrap ( ) ;
21
21
connection_file_path. push ( ".multisql-cli.yaml" ) ;
22
-
22
+
23
23
let mut connection_file = OpenOptions :: new ( )
24
24
. read ( true )
25
25
. write ( true )
You can’t perform that action at this time.
0 commit comments