Merge pull request #708 from mattly-cambia/develop
Look for the correct feature name for org+rest
This commit is contained in:
commit
0354edc3a6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
(package! ob-go))
|
(package! ob-go))
|
||||||
(when (featurep! :lang rust)
|
(when (featurep! :lang rust)
|
||||||
(package! ob-rust))
|
(package! ob-rust))
|
||||||
(when (featurep! :lang restclient)
|
(when (featurep! :lang rest)
|
||||||
(package! ob-restclient))
|
(package! ob-restclient))
|
||||||
(when (featurep! :lang crystal)
|
(when (featurep! :lang crystal)
|
||||||
(package! ob-crystal))
|
(package! ob-crystal))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue