tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 29 forks source link

Bump up Spin 2.0.0 #57

Closed seungjin closed 11 months ago

seungjin commented 11 months ago

Spin 2 came out(https://www.fermyon.com/blog/introducing-spin-v2). Bumping its version to 2. Passed all cargo test.

psarna commented 11 months ago

Thanks! Looks like spin 2.0 crate doesn't build though... I also tried locally with the same error. Let's wait until it's fixed upstream and then we can merge the upgrade

psarna commented 11 months ago

Ok, I see the problem, we just need to opt-in for the http feature, I'll add it

seungjin commented 11 months ago

aha! Thanks!! @psarna