1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-05 03:55:02 +00:00

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
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
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"