Skip to content

Commit 1d614a9

Browse files
committed
Bump to the v2.0.1
1 parent 4c71dff commit 1d614a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmgclient"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Memgraph database adapter for Rust programming language."
55
authors = ["Memgraph Contributors <[email protected]>"]
66
license = "Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ own Rust project, you can install it by using `cargo`:
2828
cargo install rsmgclient
2929
```
3030

31-
NOTE: The default OpenSSL path is `C:\Program Files\OpenSSL-Win64\lib`, if you
32-
would like to change that please provide `OPENSSL_LIB_DIR` env variable.
31+
NOTE: The default OpenSSL path on Windows is `C:\Program Files\OpenSSL-Win64\lib`,
32+
if you would like to change that please provide `OPENSSL_LIB_DIR` env variable.
3333

3434
### Building from Source
3535

0 commit comments

Comments
 (0)