Skip to content

Commit

Permalink
v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Sep 9, 2022
1 parent e663054 commit aab9dac
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ sudo dpkg -i foundationdb-server_7.1.15-1_amd64.deb
Download the binaries:

```bash
curl -L -o ./libmvsqlite_preload.so https://github.com/losfair/mvsqlite/releases/download/v0.1.16/libmvsqlite_preload.so
curl -L -o ./mvstore https://github.com/losfair/mvsqlite/releases/download/v0.1.16/mvstore
curl -L -o ./libmvsqlite_preload.so https://github.com/losfair/mvsqlite/releases/download/v0.1.17/libmvsqlite_preload.so
curl -L -o ./mvstore https://github.com/losfair/mvsqlite/releases/download/v0.1.17/mvstore
chmod +x ./mvstore
```

Expand Down
2 changes: 1 addition & 1 deletion mvclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvclient"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion mvfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvfs"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion mvsqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvsqlite"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion mvstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvstore"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <[email protected]>"]
Expand Down

0 comments on commit aab9dac

Please sign in to comment.