mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 03:05:32 -05:00
require tiny_httpd 0.19
This commit is contained in:
parent
4e0a7c0393
commit
f7c3a14b1e
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@
|
||||||
picos
|
picos
|
||||||
picos_std
|
picos_std
|
||||||
(tiny_httpd
|
(tiny_httpd
|
||||||
(>= 0.17)))
|
(>= 0.19)))
|
||||||
(tags
|
(tags
|
||||||
(nanoev http)))
|
(nanoev http)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"nanoev-picos" {= version}
|
"nanoev-picos" {= version}
|
||||||
"picos"
|
"picos"
|
||||||
"picos_std"
|
"picos_std"
|
||||||
"tiny_httpd" {>= "0.17"}
|
"tiny_httpd" {>= "0.19"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue