Add postgres-storage-nativetls to the full feature

This commit is contained in:
Сырцев Вадим Игоревич 2024-01-21 16:25:14 +03:00
parent b2e652671f
commit 3565186d61

View file

@ -57,6 +57,7 @@ full = [
# "sqlite-storage-rustls" is explicitly ommited here, # "sqlite-storage-rustls" is explicitly ommited here,
# since it conflicts with "sqlite-storage-nativetls" # since it conflicts with "sqlite-storage-nativetls"
"redis-storage", "redis-storage",
"postgres-storage-nativetls",
"cbor-serializer", "cbor-serializer",
"bincode-serializer", "bincode-serializer",
"macros", "macros",