Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces

This commit is contained in:
Benjamin A. Beasley 2024-05-24 12:41:07 -04:00
commit 9109069447

View file

@ -9,7 +9,7 @@
Name: python-orjson
Version: 3.10.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast, correct Python JSON library
License: Apache-2.0 OR MIT
@ -99,6 +99,9 @@ export RUSTFLAGS='%{build_rustflags}'
%changelog
* Fri May 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.1-2
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
* Mon Apr 15 2024 Maxwell G <maxwell@gtmx.me> - 3.10.1-1
- Update to 3.10.1. Fixes rhbz#2264126.