fix: postgres feature
This commit is contained in:
parent
0177b5676d
commit
b79472ec19
3 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -549,7 +549,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oiseau"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"bb8-postgres",
|
||||
"redis",
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "Super simple SQL helper"
|
|||
authors = ["trisuaso <me@trisua.com>"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
homepage = "https://bugs.tetratto.com/trisua/tetratto"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -12,6 +12,7 @@ pub use rusqlite::Row as SqliteRow;
|
|||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
pub extern crate rusqlite;
|
||||
#[cfg(feature = "sqlite")]
|
||||
pub use rusqlite::params as rparams;
|
||||
|
||||
pub mod cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue