Fix no-std feature (some of the imports incorrectly used std:: instead of crate::maybestd::)
Fix borsh-schema derives with for bounds
Implemented BorshSchema for HashSet
Add support for isize, usize types
Delete schema for char
Implement ser/de and schema for (T,)
Add clone impls to borsh schema types
Remove unnecessary trait bounds requirements for array
BREAKING CHANGE: BorshDeserialize now works by receiving an &mut std::io::Read
instead of a &mut &[u8]. This is a breaking change for code that provides custom
implementations of BorshDeserialize; there is no impact on code that uses only the
derive macro.
Added BorshDeserialize::try_from_reader and BorshDeserialize::deserialize_reader.
Upgrade hashbrown version to be >=0.11,<0.14 to allow wider range of versions.
Fix no-std feature (some of the imports incorrectly used std:: instead of crate::maybestd::)
Fix borsh-schema derives with for bounds
Implemented BorshSchema for HashSet
Add support for isize, usize types
Delete schema for char
Implement ser/de and schema for (T,)
Add clone impls to borsh schema types
Remove unnecessary trait bounds requirements for array
BREAKING CHANGE: BorshDeserialize now works by receiving an &mut std::io::Read
instead of a &mut &[u8]. This is a breaking change for code that provides custom
implementations of BorshDeserialize; there is no impact on code that uses only the
derive macro.
Added BorshDeserialize::try_from_reader and BorshDeserialize::deserialize_reader.
Upgrade hashbrown version to be >=0.11,<0.14 to allow wider range of versions.
Commits
28bb5fd release: Prepare for 0.10.0 release (#121)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps borsh from 0.9.3 to 0.10.0.
Release notes
Sourced from borsh's releases.
Changelog
Sourced from borsh's changelog.
Commits
28bb5fd
release: Prepare for 0.10.0 release (#121)5455d35
chore: bump hashbrown to 0.13 (#120)10deb79
docs: Update changelog (#119)e82b47b
fix: Fix "reader with too much data" test (#118)67448a3
feat: implement deserialize_reader (#116)584177d
chore: remove Austin from codeowners (#117)aec5a4e
fix: remove unnecessary trait bounds requirements for array (#104)4f436f9
chore: remove const-generics feature impls (#107)db2c379
fix: codegen sanity for enum serialization (#102)4c43f29
fix: new clippy warnings (#105)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)