Skip to content

Commit

Permalink
chore! Bump tokio-rusqlite to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cljoly committed Sep 23, 2024
1 parent 22e294e commit 313e532
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ members = [
# https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2
resolver = "2"

[patch.crates-io]
tokio-rusqlite = { git = "https://github.com/programatik29/tokio-rusqlite.git" }

[workspace.lints.rust]
unsafe_code = "forbid"
missing_docs = "warn"
2 changes: 1 addition & 1 deletion examples/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env_logger = "0.11"
anyhow = "1"
lazy_static = "1.5.0"
mktemp = "0.5"
tokio-rusqlite = "0.5.0"
tokio-rusqlite = "0.6.0"
tokio = { version = "1.40.0", features = ["full"] }

[dependencies.rusqlite_migration]
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from-directory = ["dep:include_dir"]
[dependencies]
include_dir = { version = "0.7.4", optional = true }
log = "0.4"
tokio-rusqlite = { version = "0.5.0", optional = true }
tokio-rusqlite = { version = "0.6.0", optional = true }

[dependencies.tokio]
version = "1.40"
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true

[dependencies]
tokio = { version = "1.40", features = ["macros"] }
tokio-rusqlite = { version = "0.5.0" }
tokio-rusqlite = { version = "0.6.0" }
log = "0.4"

[dependencies.rusqlite_migration]
Expand Down

0 comments on commit 313e532

Please sign in to comment.