mbedtls/yotta/data/module.json
Manuel Pégourié-Gonnard c4e7d8a381 Bump version to 2.1.2
Yotta version bumped to 2.1.3, as we had to do one more patch release to the
yotta registry to accommodate for dependencies updates.
2015-10-05 19:13:36 +01:00

18 lines
426 B
JSON

{
"name": "mbedtls",
"version": "2.1.3",
"description": "The mbed TLS crypto/SSL/TLS library",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {},
"targetDependencies": {
"mbed": { "cmsis-core": "~0.2.3" }
},
"testTargetDependencies": {
"mbed": { "sockets": "~0.5.0" }
}
}