From 9f0402d07221b45ef50442a404313c68f84dc18b Mon Sep 17 00:00:00 2001 From: _index <105852101+indexds@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:25:11 +0100 Subject: [PATCH] Update BUILD-OPTIONS.md (#350) missing quote in version specifier --- BUILD-OPTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD-OPTIONS.md b/BUILD-OPTIONS.md index ca371ce0af..a6f8fd1602 100644 --- a/BUILD-OPTIONS.md +++ b/BUILD-OPTIONS.md @@ -519,7 +519,7 @@ Remote components that are **not** already included inside the [esp-idf-sys bind For example, the `espressif/esp32-camera` component could be included in the following way: ```toml [[package.metadata.esp-idf-sys.extra_components]] -remote_component = { name = "espressif/esp32-camera", version = "2.0.7} +remote_component = { name = "espressif/esp32-camera", version = "2.0.7" } bindings_header = "your_bindings.h" bindings_module = "camera" ```