mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-24 12:01:11 +03:00
Update yotta dependency version
We've had a bit of a race between us adapting to changes in 0.3.x and the sockets author reverting those changes in the 0.3.x line and pushing them to 0.4.0. Let's use the newest and greatest sockets :)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mbedtls",
|
"name": "mbedtls",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "The mbed TLS crypto/SSL/TLS library",
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
||||||
"licenses": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
@@ -13,6 +13,6 @@
|
|||||||
"mbed": { "cmsis-core": "~0.2.3" }
|
"mbed": { "cmsis-core": "~0.2.3" }
|
||||||
},
|
},
|
||||||
"testTargetDependencies": {
|
"testTargetDependencies": {
|
||||||
"mbed": { "sockets": "~0.3.0" }
|
"mbed": { "sockets": "~0.4.0" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user