mbedtls/yotta/data/module.json
Simon Butcher a7ffc8f739 Update the yotta module version number
The minor version must rise to allow other software with dependencies on mbed
TLS to be dependent on the next version following the 2016 Q1 release.
2016-03-23 16:22:24 +00:00

19 lines
431 B
JSON

{
"name": "mbedtls",
"version": "2.3.0",
"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": "^1.0.0" }
},
"testTargetDependencies": {
"mbed": { "mbed-drivers": "^1.0.0" }
}
}