We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345cc34 commit 9368b65Copy full SHA for 9368b65
.gitignore
@@ -1,4 +1,4 @@
1
/target
2
/Cargo.lock
3
/Makefile
4
-/README-header.md
+/README.tpl
README.md
@@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/serde_rusqlite)
9
Add this to your Cargo.toml:
10
```
11
[dependencies]
12
-serde_rusqlite = "0.22"
+serde_rusqlite = "0.22.0"
13
14
15
[](https://travis-ci.org/twistedfall/serde_rusqlite)
0 commit comments