Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation

This commit is contained in:
Daniel García
2020-07-14 23:44:01 +02:00
parent f14e19a3d8
commit 1e950c7dbc
4 changed files with 106 additions and 4 deletions

View File

@@ -17,6 +17,10 @@ mysql = ["diesel/mysql", "diesel_migrations/mysql"]
postgresql = ["diesel/postgres", "diesel_migrations/postgres"]
sqlite = ["diesel/sqlite", "diesel_migrations/sqlite", "libsqlite3-sys"]
# Enable unstable features, requires nightly
# Currently only used to enable rusts official ip support
unstable = []
[target."cfg(not(windows))".dependencies]
syslog = "4.0.1"