slowtec / tokio-modbus

A tokio-based modbus library
Apache License 2.0
379 stars 117 forks source link

Dev Dependencies: Upgrade rustls-pemfile and tokio-rustls #233

Closed uklotzde closed 3 months ago

gustavowd commented 3 months ago

253

gustavowd commented 3 months ago

In order to compile the aws-lc-sys v0.13.3 library, that is request for the new version of rustls, I have to install some packets in ubuntu. I don´t now how to do this in the pull request autotest. This are the packets:

sudo apt install bindgen cmake libclang-dev

Thanks in advance

uklotzde commented 3 months ago

I don´t now how to do this in the pull request autotest.

Me neither. Someone needs to study the install instruction for each platform and apply them somehow :shrug:

Getting rid of unneeded dependencies would be even better. Each of them is a burden.

uklotzde commented 3 months ago

Follow-up: #256