Release notes
*Sourced from [bincode's releases](https://github.com/TyOverby/bincode/releases).*
> ## v1.1.2
> - Bump byteorder dependency to require 1.3.0 which performs automatic detection of i128 support ([#262](https://github-redirect.dependabot.com/TyOverby/bincode/issues/262))
>
> ## v1.1.1
> No release notes provided.
>
> ## v1.0.1
> No release notes provided.
>
> ## v1.0.0
> No release notes provided.
>
> ## v1.0.0-alpha7
> No release notes provided.
>
> ## v1.0.0-alpha6
> No release notes provided.
>
> ## v1.0.0-alpha4
> No release notes provided.
>
> ## v1.0.0-alpha3
> No release notes provided.
Commits
- [`5e80103`](https://github.com/TyOverby/bincode/commit/5e801038a742f232b18a963f9b05483d14367b90) Release 1.1.2
- [`7127d87`](https://github.com/TyOverby/bincode/commit/7127d877678acb96be0cfce72503ce838b962da4) Bump byteorder requirement to 1.3.0
- [`e057916`](https://github.com/TyOverby/bincode/commit/e0579161bd897f569556ebbdee31aa6f003d57bd) Simplify semver dependency syntax
- [`a84b39c`](https://github.com/TyOverby/bincode/commit/a84b39c5685cf025273dd039bb7733df5dfd9358) Remove CI for unused i128 feature
- [`00363b7`](https://github.com/TyOverby/bincode/commit/00363b70fbc7a5a2d98216defe5bb7d24aa0005c) Define html_root_url
- [`f24cd2b`](https://github.com/TyOverby/bincode/commit/f24cd2be23bc395454b31b10cfb887802895d6d4) Release 1.1.1
- [`76b4439`](https://github.com/TyOverby/bincode/commit/76b4439bcb91971d90d15f03e67c7f7b2b271575) Make i128 support automatic for supporting Rustc versions
- [`0c519bb`](https://github.com/TyOverby/bincode/commit/0c519bb19dffc5ded3b04525070c0afeb38fdbc3) Make config() inline(always)
- [`72bb6ef`](https://github.com/TyOverby/bincode/commit/72bb6ef050f065161d476ce2ee0231140eb08d2a) format
- [`5c7823e`](https://github.com/TyOverby/bincode/commit/5c7823e1336aa6d332f439cd4966c29789a83355) Add tests for `Config::deserialize_seed`.
- Additional commits viewable in [compare view](https://github.com/TyOverby/bincode/compare/v0.9.2...v1.1.2)
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
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps bincode from 0.9.2 to 1.1.2.
Release notes
*Sourced from [bincode's releases](https://github.com/TyOverby/bincode/releases).* > ## v1.1.2 > - Bump byteorder dependency to require 1.3.0 which performs automatic detection of i128 support ([#262](https://github-redirect.dependabot.com/TyOverby/bincode/issues/262)) > > ## v1.1.1 > No release notes provided. > > ## v1.0.1 > No release notes provided. > > ## v1.0.0 > No release notes provided. > > ## v1.0.0-alpha7 > No release notes provided. > > ## v1.0.0-alpha6 > No release notes provided. > > ## v1.0.0-alpha4 > No release notes provided. > > ## v1.0.0-alpha3 > No release notes provided.Commits
- [`5e80103`](https://github.com/TyOverby/bincode/commit/5e801038a742f232b18a963f9b05483d14367b90) Release 1.1.2 - [`7127d87`](https://github.com/TyOverby/bincode/commit/7127d877678acb96be0cfce72503ce838b962da4) Bump byteorder requirement to 1.3.0 - [`e057916`](https://github.com/TyOverby/bincode/commit/e0579161bd897f569556ebbdee31aa6f003d57bd) Simplify semver dependency syntax - [`a84b39c`](https://github.com/TyOverby/bincode/commit/a84b39c5685cf025273dd039bb7733df5dfd9358) Remove CI for unused i128 feature - [`00363b7`](https://github.com/TyOverby/bincode/commit/00363b70fbc7a5a2d98216defe5bb7d24aa0005c) Define html_root_url - [`f24cd2b`](https://github.com/TyOverby/bincode/commit/f24cd2be23bc395454b31b10cfb887802895d6d4) Release 1.1.1 - [`76b4439`](https://github.com/TyOverby/bincode/commit/76b4439bcb91971d90d15f03e67c7f7b2b271575) Make i128 support automatic for supporting Rustc versions - [`0c519bb`](https://github.com/TyOverby/bincode/commit/0c519bb19dffc5ded3b04525070c0afeb38fdbc3) Make config() inline(always) - [`72bb6ef`](https://github.com/TyOverby/bincode/commit/72bb6ef050f065161d476ce2ee0231140eb08d2a) format - [`5c7823e`](https://github.com/TyOverby/bincode/commit/5c7823e1336aa6d332f439cd4966c29789a83355) Add tests for `Config::deserialize_seed`. - Additional commits viewable in [compare view](https://github.com/TyOverby/bincode/compare/v0.9.2...v1.1.2)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 - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.