mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
chore: v0.2.6
This commit is contained in:
parent
4bc09184f7
commit
fcf509d582
3 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Bump `actix-web` to `4.0.0-rc.3`
|
||||||
|
- Bump `openssl` to `0.10.38`
|
||||||
|
- Bump `sentry` to `0.24.3`
|
||||||
|
- Bump `sentry-actix` to `0.24.3`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix loss of precision during timestamp convert
|
- Fix loss of precision during timestamp convert
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -507,7 +507,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "archlinuxcn-packages"
|
name = "archlinuxcn-packages"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web 4.0.0-rc.3",
|
"actix-web 4.0.0-rc.3",
|
||||||
"ansi-to-html",
|
"ansi-to-html",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "archlinuxcn-packages"
|
name = "archlinuxcn-packages"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue