near / borsh-rs

Rust implementation of Binary Object Representation Serializer for Hashing
https://borsh.io/
Apache License 2.0
299 stars 65 forks source link

chore: release #246

Closed frol closed 10 months ago

frol commented 10 months ago

🤖 New release

Changelog

## `borsh`

## [1.1.0](https://github.com/near/borsh-rs/compare/borsh-v1.0.0...borsh-v1.1.0) - 2023-10-13 ### Added - relax `schema_container_of` target requirement with `?Sized` to allow slices ([#245](https://github.com/near/borsh-rs/pull/245)) ### Fixed - fully qualify `#cratename::BorshSchema` in derive-generated code to void function name collisions leading to compilation errors ([#244](https://github.com/near/borsh-rs/pull/244))


This PR was generated with release-plz.