From 06b02c3af1df3245c8dc80a33b28140313e15b5a Mon Sep 17 00:00:00 2001
From: George C
Date: Mon, 3 May 2021 04:45:29 +0300
Subject: [PATCH] Update README.md
Update README.md: add note about bundled bindings, that i've tested them on Windows 10.
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5427cb5..d960d37 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ A more complete autogenerated Rust bindings for mysql/mariadb client library `#i
## Limitations
-Works and tested only on UNIX systems.
+Generate bindings (via `fresh_bindings`) - works and tested only on UNIX systems.
+Bundled bindings from repo - works and tested on Ubuntu 20.04 and Windows 10.
Tested on Ubuntu 20.04 (and corresponding docker image), `mysql:8.0.24` and `mariadb:10` docker images.
@@ -139,4 +140,4 @@ at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
-defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
\ No newline at end of file
+defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.