Skip to content

Commit 3abf61e

Browse files
NeuralModderYouser Nayme
andauthored
Support rusqlite 0.38.x (#410)
Co-authored-by: Youser Nayme <7685106-NeuralModder@users.noreply.gitlab.com>
1 parent 9873313 commit 3abf61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ int8-versions = ["refinery/int8-versions"]
1515

1616
[dependencies]
1717
refinery = { path = "../refinery", features = ["rusqlite"] }
18-
rusqlite = "0.37"
18+
rusqlite = "0.38"
1919
barrel = { version = "0.7", features = ["sqlite3"] }
2020
log = "0.4"
2121
env_logger = "0.11"

refinery_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ url = "2.0"
3131
walkdir = "2.3.1"
3232

3333
# allow multiple versions of the same dependency if API is similar
34-
rusqlite = { version = ">= 0.23, <= 0.37", optional = true }
34+
rusqlite = { version = ">= 0.23, <= 0.38", optional = true }
3535
postgres = { version = ">=0.17, <= 0.19", optional = true }
3636
native-tls = { version = "0.2", optional = true }
3737
postgres-native-tls = { version = "0.5", optional = true}

0 commit comments

Comments
 (0)