This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 7444ac2 chore: Fix the ASFv2 license of avro_derive/src/lib.rs
7444ac2 is described below
commit 7444ac20342683e6e8c7555264fd54318761ad00
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Jan 5 16:09:38 2026 +0200
chore: Fix the ASFv2 license of avro_derive/src/lib.rs
---
avro_derive/src/lib.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/avro_derive/src/lib.rs b/avro_derive/src/lib.rs
index 271af61..8723593 100644
--- a/avro_derive/src/lib.rs
+++ b/avro_derive/src/lib.rs
@@ -14,6 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
+
#![cfg_attr(nightly, feature(proc_macro_diagnostic))]
mod attributes;