Skip to content

Commit

Permalink
Merge pull request fermyon#2215 from itowlson/libsql-update-to-published
Browse files Browse the repository at this point in the history
Update libsql to a crates.io reference
  • Loading branch information
itowlson authored Jan 8, 2024
2 parents a69161f + 48fa1bc commit d752e9f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 41 deletions.
46 changes: 26 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sqlite-libsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ rusqlite = { version = "0.29.0", features = [ "bundled" ] }
spin-sqlite = { path = "../sqlite" }
spin-world = { path = "../world" }
sqlparser = "0.34"
libsql = { git = "https://github.com/tursodatabase/libsql", rev = "8d59b728f5bdf4ee33a65cb02ad174f311a2c94d", features = ["remote"], default-features = false } # ETA for release: early Jan 2024
libsql = { version = "0.2.0-alpha.1", features = ["remote"], default-features = false }
tokio = { version = "1", features = ["full"] }
46 changes: 26 additions & 20 deletions examples/spin-timer/Cargo.lock

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

0 comments on commit d752e9f

Please sign in to comment.