]> Git Repo - buildroot-mgba.git/commit
utils/update-rust: use urllib.request from stdlib instead of requests
authorJames Hilliard <[email protected]>
Sun, 23 Jun 2024 20:35:57 +0000 (14:35 -0600)
committerThomas Petazzoni <[email protected]>
Wed, 10 Jul 2024 20:40:52 +0000 (22:40 +0200)
commit8436a5141bca7ec24fc1f85fbce1f6c56faaca7a
tree37773ef0e733a84246d0fa123442f0f00da0342c
parent3b9d62dac564b6d1bfa5ba5e0dd72e731fd95d55
utils/update-rust: use urllib.request from stdlib instead of requests

We can use urllib.request without adding any addition lines of code
compared with requests which is not part of the stdlib.

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
utils/update-rust
This page took 0.029608 seconds and 4 git commands to generate.