Skip to content

Commit

Permalink
Merge pull request #39 from libsql/lucio/fix-feature-flags
Browse files Browse the repository at this point in the history
Feature flag de mod
  • Loading branch information
psarna committed Aug 9, 2023
2 parents 354ec1c + 60aac5f commit 1724ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub use statement::Statement;
pub mod proto;
pub use proto::{BatchResult, Col, Value};

#[cfg(feature = "mapping_names_to_values_in_rows")]
pub mod de;

#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
Expand Down

0 comments on commit 1724ca2

Please sign in to comment.