Skip to content

Commit c8dba3c

Browse files
committed
improved project setup
1 parent 7711289 commit c8dba3c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"editor.formatOnSave": true,
1212
"rust-analyzer.diagnostics.disabled": [
1313
"inactive-code"
14-
]
14+
],
15+
"rust-analyzer.cargo.features": [
16+
"postgresql"
17+
],
1518
}

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description = "Write SQL queries in a simple and composable way"
44
documentation = "https://docs.rs/sql_query_builder"
55
repository = "https://github.com/belchior/sql_query_builder"
66
authors = ["Belchior Oliveira <[email protected]>"]
7-
version = "1.0.2"
7+
version = "1.0.3"
88
edition = "2021"
9+
rust-version = "1.58"
910
license = "MIT"
1011
keywords = ["sql", "query", "postgres"]
1112

0 commit comments

Comments
 (0)