2.5.2 patch
This release fixes some issues with library support.
Note if using an existing DApp: to add library support with embark blockchain you need to remove your embark data dir rm -rf .embark/development and add to your genesis block the config signalling homestead at config/development:
"config": {
"homesteadBlock": 1
},
example config file here