diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/gix-macros | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-macros')
-rw-r--r-- | vendor/gix-macros/.cargo-checksum.json | 2 | ||||
-rw-r--r-- | vendor/gix-macros/CHANGELOG.md | 42 | ||||
-rw-r--r-- | vendor/gix-macros/Cargo.toml | 3 | ||||
-rw-r--r-- | vendor/gix-macros/LICENSE-MIT | 2 |
4 files changed, 2 insertions, 47 deletions
diff --git a/vendor/gix-macros/.cargo-checksum.json b/vendor/gix-macros/.cargo-checksum.json index 34830fc82..ccb05c2f9 100644 --- a/vendor/gix-macros/.cargo-checksum.json +++ b/vendor/gix-macros/.cargo-checksum.json @@ -1 +1 @@ -{"files":{"CHANGELOG.md":"4e41a2cd2233b9444744d8c1a6ba04749a4f3020229a7bb8f27c9cb65881907c","Cargo.toml":"c164d4484f913884402cef2f7dd43ec3e28306f716ca07fca180be49cf735e5c","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"49df47913ab2beafe8dc45607877ae64198bf0eee64aaad3e82ed9e4d27424e8","src/lib.rs":"e6d25ecd41fc4c87d46295b9752a6a0f61034ef5d0e44962b43906da18e12d4d","src/momo.rs":"104edc9f2c8dc3c0d14adbdd19b0e21131f7738459f6be7f4f39955e7cfaf950"},"package":"9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6"}
\ No newline at end of file +{"files":{"Cargo.toml":"189cc6c19eb03eae87ef49b63f10227601b72beafbeb930b4d4409de8fe41f05","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"6f610e51b59dfbcbee281f58cc6d963bf716199dc7384dbaa94ccc3a6e343ce6","src/lib.rs":"e6d25ecd41fc4c87d46295b9752a6a0f61034ef5d0e44962b43906da18e12d4d","src/momo.rs":"104edc9f2c8dc3c0d14adbdd19b0e21131f7738459f6be7f4f39955e7cfaf950"},"package":"02a5bcaf6704d9354a3071cede7e77d366a5980c7352e102e2c2f9b645b1d3ae"}
\ No newline at end of file diff --git a/vendor/gix-macros/CHANGELOG.md b/vendor/gix-macros/CHANGELOG.md deleted file mode 100644 index d1c24c0ac..000000000 --- a/vendor/gix-macros/CHANGELOG.md +++ /dev/null @@ -1,42 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## 0.1.0 (2023-09-08) - -The initial release with support for the `momo` proc-macro. - -### Commit Statistics - -<csr-read-only-do-not-edit/> - - - 14 commits contributed to the release over the course of 13 calendar days. - - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - -<csr-read-only-do-not-edit/> - -<details><summary>view details</summary> - - * **Uncategorized** - - Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04)) - - Merge branch 'feat/gix-momo' ([`a1ed6a1`](https://github.com/Byron/gitoxide/commit/a1ed6a1aacae02a167b7ec44e1a47411a2194ff7)) - - Consolidate compile tests ([`d76efdd`](https://github.com/Byron/gitoxide/commit/d76efddf5afb73563ce7e837cf975cedd01e979c)) - - Revert to use `item_fn.span()` ([`72545e9`](https://github.com/Byron/gitoxide/commit/72545e971c894de511a723f6d5515f637a84f28f)) - - Fix ui test `error_if_ineffective` ([`9be2622`](https://github.com/Byron/gitoxide/commit/9be26220876498df4d1add77da45c415268a77dc)) - - Add test-suite for failure modes ([`c8e7324`](https://github.com/Byron/gitoxide/commit/c8e732430f3740348ccedd0dc1a9a28b06a0adee)) - - Remove `TODO` in `gix-macros/src/lib.rs` ([`c4ed7c1`](https://github.com/Byron/gitoxide/commit/c4ed7c180e3ec1ff75cb10d78d4b8eed3b75be2f)) - - Improve docs ([`705f2f3`](https://github.com/Byron/gitoxide/commit/705f2f34f1fa95d767646b154f41d2a6ce65ad10)) - - Refactor ([`48a2088`](https://github.com/Byron/gitoxide/commit/48a20888d158b94811074a09a8c57ff5c8410769)) - - Feat `momo`: Rm unnecessary `#[allow(unused_mut)]` on generated inner fn ([`b619456`](https://github.com/Byron/gitoxide/commit/b6194568e1d3042305f472103e1c00549cc4ccb9)) - - Feat `momo`: Support parsing pattern in params ([`b5f78be`](https://github.com/Byron/gitoxide/commit/b5f78be06792153cd981c316a486974c000f1fd8)) - - Dramatically simplify `gix_macros::momo` ([`c72eaa0`](https://github.com/Byron/gitoxide/commit/c72eaa05697a3e34adaa3ee90584dce4b5c00120)) - - Remove `TryInto` support from `gix_macros::momo` ([`95a1626`](https://github.com/Byron/gitoxide/commit/95a16264b0a6f8c7d8e2acded3a4c9c170c2729b)) - - Add new crate `gix-macros` ([`6dae9e9`](https://github.com/Byron/gitoxide/commit/6dae9e9d455ba5e3bf18c452789d07ff6cfaf392)) -</details> - diff --git a/vendor/gix-macros/Cargo.toml b/vendor/gix-macros/Cargo.toml index 4cefc9fd9..f5efab77f 100644 --- a/vendor/gix-macros/Cargo.toml +++ b/vendor/gix-macros/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.65" name = "gix-macros" -version = "0.1.0" +version = "0.1.1" authors = [ "Jiahao XU <Jiahao_XU@outlook.com>", "Andre Bogus <bogusandre@gmail.com>", @@ -22,7 +22,6 @@ authors = [ include = [ "src/**/*", "LICENSE-*", - "CHANGELOG.md", ] description = "Proc-macro utilities for gix" license = "MIT OR Apache-2.0" diff --git a/vendor/gix-macros/LICENSE-MIT b/vendor/gix-macros/LICENSE-MIT index b58e818f1..97c2fa7d8 100644 --- a/vendor/gix-macros/LICENSE-MIT +++ b/vendor/gix-macros/LICENSE-MIT @@ -1,5 +1,3 @@ -MIT License - Copyright (c) 2018-2021 Sebastian Thiel, and [contributors](https://github.com/byron/gitoxide/contributors). Permission is hereby granted, free of charge, to any person obtaining a copy |