Skip to content

Commit

Permalink
Support rusqlite 0.32.x (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuteleco authored Oct 10, 2024
1 parent 068858e commit 8e120f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ url = "2.0"
walkdir = "2.3.1"

# allow multiple versions of the same dependency if API is similar
rusqlite = { version = ">= 0.23, <= 0.31", optional = true }
rusqlite = { version = ">= 0.23, <= 0.32", optional = true }
postgres = { version = ">=0.17, <= 0.19", optional = true }
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
Expand Down

0 comments on commit 8e120f6

Please sign in to comment.