ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 107 forks source link

Use tags to mark crate release versions #50

Closed kevin-june closed 2 years ago

kevin-june commented 2 years ago

Is it possible/reasonable to tag versions of the esp-idf-sys crate that are released to crates.io? I'm hoping to see at a glance what the source is for different crate versions. Tags seem like a natural approach for this.

kevin-june commented 2 years ago

Ah! I opened this issue in the wrong repo... :/ I was exploring a build error that seems to propagate up from esp-idf-sys and opened the issue in wrong browser tab; my apologies. See the issue here.