From 46d91cd2b69ee8e45cd3fb0ec710f934f8e60901 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sun, 6 Dec 2020 14:08:02 -0500 Subject: [PATCH] Cargo.toml: be explicit about what bundled-full omits --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 267a7c5..fb951ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,10 +63,10 @@ column_decltype = [] wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"] winsqlite3 = ["libsqlite3-sys/winsqlite3"] -# Helper feature for enabling both `bundled` and most non-build-related optional -# features or dependencies. This is useful for running tests / clippy / etc. New -# features and optional dependencies that don't conflict with anything else -# should be added here. +# Helper feature for enabling both `bundled` and most non-build-related +# optional features or dependencies (except `session`). This is useful for +# running tests / clippy / etc. New features and optional dependencies that +# don't conflict with anything else should be added here. bundled-full = [ "array", "backup",