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 27 forks source link

Fix more feature flags, bump worker version #40

Closed LucioFranco closed 1 year ago

psarna commented 1 year ago

@LucioFranco my (blocking) problem with bumping workers from 0.0.12 was https://github.com/psarna/country-counter/blob/master/Cargo.toml#L16 . It was a very sneaky thing that only fired at runtime, but I see that the bug got fixed with newer wasm-pack, and it no longer breaks as long as you use a new enough worker-build version in wrangler.toml, like here: https://github.com/psarna/country-counter/blob/09fa0d000289c9b579364f85c50196cdea0c62f8/wrangler.toml#L9 .

Since I verified that it works with newer libs, lgtm.