iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Upgrade to cpython 0.2 and cpython-json 0.3 #44

Closed jzuber4 closed 5 years ago

jzuber4 commented 5 years ago

This updates the versions of the cpython dependency to 0.2 and cpython-json to 0.3. The release version is updated to 0.3 to reflect this change.

Note that this depends on https://github.com/ilianaw/rust-cpython-json/pull/2 to work. Refer to that pull request for more information on the motivation for this change.

iliana commented 5 years ago

Kicking off tests now that I've published cpython-json v0.3.0.