IronCoreLabs / ironoxide-swig-bindings

IronCore Labs SDK bindings which are generated using swig
GNU Affero General Public License v3.0
6 stars 3 forks source link

Upgrade dependencies #180

Closed giarc3 closed 4 years ago

giarc3 commented 4 years ago

Upgrades to ironoxide v0.23.1 Also ran cargo update to get the latest versions of all dependencies.

giarc3 commented 4 years ago

Changes look good. I've lost the plot on how releases are done for these bindings. Do we need to do anything in this PR with respect to version numbers, changelog, etc?

@clintfred we don't have a changelog for this repo. we should only need to do a release if things are changing from the java/cpp/android side. I guess they could be because of the usize -> u32 changes? I've forgotten how we do things here as well...