Skip to content

Commit

Permalink
fix: Update Cargo to fix required features
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Dec 20, 2024
1 parent 95c0edf commit 72502dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ required-features = ["all", "rusqlite"]
[[example]]
name = "rocket"
path = "./examples/server-rocket/src/main.rs"
required-features = ["all", "libsql"]
required-features = ["all", "libsql", "backends-tokio"]

0 comments on commit 72502dc

Please sign in to comment.