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

依赖错误 #368

Open
n1ce37 opened this issue Oct 9, 2024 · 3 comments
Open

依赖错误 #368

n1ce37 opened this issue Oct 9, 2024 · 3 comments

Comments

@n1ce37
Copy link

n1ce37 commented Oct 9, 2024

Cargo.toml

taos = { version = "0.12.3", default-features = false, features = ["native"] }

报错

the package `apps` depends on `taos`, with features: `native` but `taos` does not have these features.
@Audrique
Copy link

Hi, so I had a similar problem. What I found is that they renamed "native" to "ws-native-tls" as far as I am aware, but did not update the examples. This fixed it for me:

taos = { version = "0.12.3", default-features = false, features = ["ws-native-tls"]}

@zitsen
Copy link
Collaborator

zitsen commented Oct 25, 2024

Since we need to support websocket deflate message, we now suggest use git version of this.
, which will also fix the issue here.

@zitsen
Copy link
Collaborator

zitsen commented Oct 25, 2024

they renamed "native" to "ws-native-tls" as far as I am aware, but did not update the examples.

It's not correct, we just remove the native feature, use optin instead.

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

No branches or pull requests

3 participants