Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate crate in-favor of libsql #71

Merged
merged 3 commits into from
Apr 29, 2024
Merged

deprecate crate in-favor of libsql #71

merged 3 commits into from
Apr 29, 2024

Conversation

LucioFranco
Copy link
Collaborator

@LucioFranco LucioFranco commented Apr 22, 2024

❯ cargo check
warning: use of deprecated struct `libsql_client::SyncClient`: this crate has been deprecated, please use the `libsql` crate instead
 --> src/main.rs:3:20
  |
3 |     libsql_client::SyncClient::from_env();
  |                    ^^^^^^^^^^
  |
  = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `libsql_client::SyncClient::from_env`: this crate has been deprecated, please use the `libsql` crate instead
 --> src/main.rs:3:32
  |
3 |     libsql_client::SyncClient::from_env();

@LucioFranco LucioFranco merged commit d7e8d91 into main Apr 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants