-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Cosmian/master
be able to use a parse a string containing sql queries
- Loading branch information
Showing
4 changed files
with
66 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rawsql" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Manuel Alonso <[email protected]>"] | ||
license = "MIT" | ||
description = "A rust library for reusing SQL" | ||
|
@@ -16,4 +16,4 @@ path = "src/lib.rs" | |
doctest = false | ||
|
||
[dev-dependencies] | ||
postgres = "0.10" | ||
postgres = "0.19.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters