File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ The top section represents the entire project. Proceeding with folders and final
107107The macros are available with the ` macros ` feature. Enable it in your ` Cargo.toml ` :
108108
109109``` toml
110- telegram-webapp-sdk = { version = " 0.2.12 " , features = [" macros" ] }
110+ telegram-webapp-sdk = { version = " 0.2.15 " , features = [" macros" ] }
111111```
112112
113113Reduce boilerplate in Telegram Mini Apps using the provided macros:
@@ -171,7 +171,7 @@ telegram-webapp-sdk = "0.2"
171171Enable optional features as needed:
172172
173173``` toml
174- telegram-webapp-sdk = { version = " 0.2.12 " , features = [" macros" , " yew" , " mock" ] }
174+ telegram-webapp-sdk = { version = " 0.2.15 " , features = [" macros" , " yew" , " mock" ] }
175175```
176176
177177- ` macros ` &mdash ; enables ` telegram_app! ` , ` telegram_page! ` , and ` telegram_router! ` .
You can’t perform that action at this time.
0 commit comments