We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fc2cb commit c87efdeCopy full SHA for c87efde
1 file changed
README.md
@@ -6,14 +6,14 @@
6
7
```toml
8
[dependencies]
9
-sqlite-wasm-rs = "0.5"
+sqlite-wasm-rs = "0.5.2"
10
```
11
12
13
14
# Encryption is supported by SQLite3MultipleCiphers
15
# See <https://utelle.github.io/SQLite3MultipleCiphers>
16
-sqlite-wasm-rs = { version = "0.5", features = ["sqlite3mc"] }
+sqlite-wasm-rs = { version = "0.5.2", features = ["sqlite3mc"] }
17
18
19
```rust
@@ -38,6 +38,8 @@ fn open_db() {
38
39
40
41
+# It requires sqlite-wasm-rs 0.5.2 or higher to be used,
42
+# for version 0.5.1, use version 0.1 instead.
43
sqlite-wasm-vfs = "0.2"
44
45
0 commit comments