Skip to content

Commit a2d6a61

Browse files
authored
add serde subfeature to tiberius-config (#334)
1 parent ff1c5c0 commit a2d6a61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"refinery",
45
"refinery_cli",
56
"refinery_core",
67
"refinery_macros",
7-
"examples"
8+
"examples",
89
]

refinery_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
default = []
1313
rusqlite-bundled = ["rusqlite", "rusqlite/bundled"]
1414
tiberius = ["dep:tiberius", "futures", "tokio", "tokio/net"]
15-
tiberius-config = ["tiberius", "tokio", "tokio-util"]
15+
tiberius-config = ["tiberius", "tokio", "tokio-util", "serde"]
1616
tokio-postgres = ["dep:tokio-postgres", "tokio", "tokio/rt"]
1717
mysql_async = ["dep:mysql_async"]
1818
serde = ["dep:serde"]

0 commit comments

Comments
 (0)