commit: | 7bc468686219bb52a41bed50e573a55b98185fd6 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Sun Jun 30 14:52:19 2019 +0200 |
parents: | 6f30e8d81eba23605b6782171c87a04979a2150e |
diff --git a/Cargo.toml b/Cargo.toml line changes: +2/-1 index ce48af1..79743b7 --- a/Cargo.toml +++ b/Cargo.toml
@@ -13,7 +13,8 @@ readme = "README.md" [lib] name = "connectr" -crate-type = ["rlib", "dylib"] +# "dylib" disabled for Windows: https://github.com/rust-lang/rust/issues/53014 +crate-type = ["rlib"] [[bin]] name = "connectr"