butte
butte copied to clipboard
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Changelog Sourced from itertools's changelog. 0.10.1 Add Itertools::contains (#514) Add Itertools::counts_by (#515) Add Itertools::partition_result (#511) Add Itertools::all_unique (#241) Add Itertools::duplicates...
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version. Release notes Sourced from pretty_assertions's releases. v0.7.2 Fixed Fix macro hygiene for expansion in a no_implicit_prelude context (#70, @tommilligan) Changelog...
Updates the requirements on [hexf-parse](https://github.com/lifthrasiir/hexf) to permit the latest version. Commits 4225763 0.2.1 eb00105 Merge pull request #14 from youknowone/fix-overflow ee1ad2d Fix shift overflow ace61e9 run rustfmt 6c4aefd set up...
Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. Changelog Sourced from nom's changelog. Change Log [Unreleased][unreleased] Thanks Changed 6.0.1 - 2020-11-24 Thanks This release was done thanks to...
Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. Changelog Sourced from typed-builder's changelog. 0.9.0 - 2021-01-31 Added Builder type implements Clone when all set fields support clone. Fixed...
> difference is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `difference` | | Version | `2.0.0` | | URL...
Hi, I know that `butte` is still under heavy development but would you mind making a first alpha release for crates.io? Something like 0.0.1–alpha.1 😅 I think it is at...
After tinkering some more with `flatc` to see what it generates I don't think it makes sense to generate comments for `attribute` or `root_type` statements (we still need to accept...
__DISCLAIMER:__ I'm using a non-default clippy configuration. With that, I have to use the following block for the generated Rust code: ```rust #![allow( clippy::unreadable_literal, clippy::empty_enum, clippy::unseparated_literal_suffix )] #![allow(single_use_lifetimes)] ``` This...