Skip to content

Commit 2187a03

Browse files
authored
Support rusqlite 0.34.x (#377)
1 parent 1dba8ef commit 2187a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: refinery_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ url = "2.0"
2929
walkdir = "2.3.1"
3030

3131
# allow multiple versions of the same dependency if API is similar
32-
rusqlite = { version = ">= 0.23, <= 0.33", optional = true }
32+
rusqlite = { version = ">= 0.23, <= 0.34", optional = true }
3333
postgres = { version = ">=0.17, <= 0.19", optional = true }
3434
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
3535
mysql = { version = ">= 21.0.0, <= 26", optional = true, default-features = false, features = ["minimal"] }

0 commit comments

Comments
 (0)