[PR #208] [MERGED] Replace chrono with the time crate #452

Closed
opened 2026-02-28 14:33:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/208
Author: @paolobarbolini
Created: 11/6/2021
Status: Merged
Merged: 11/11/2021
Merged by: @jpochyla

Base: masterHead: chrono-to-time


📝 Commits (2)

📊 Changes

5 files changed (+40 additions, -45 deletions)

View changed files

📝 Cargo.lock (+18 -25)
📝 psst-gui/Cargo.toml (+1 -1)
📝 psst-gui/src/data/album.rs (+8 -8)
📝 psst-gui/src/data/utils.rs (+12 -10)
📝 psst-gui/src/ui/search.rs (+1 -1)

📄 Description

Replaces the chrono crate with time 0.3

Depends on #207


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/208 **Author:** [@paolobarbolini](https://github.com/paolobarbolini) **Created:** 11/6/2021 **Status:** ✅ Merged **Merged:** 11/11/2021 **Merged by:** [@jpochyla](https://github.com/jpochyla) **Base:** `master` ← **Head:** `chrono-to-time` --- ### 📝 Commits (2) - [`5d98ae9`](https://github.com/jpochyla/psst/commit/5d98ae94bd5e7a3076722bcef347d1431cbe781c) Replace chrono crate with time crate - [`4286a4f`](https://github.com/jpochyla/psst/commit/4286a4f1ae637fd26bcc621ff34125bf15df4450) fix fmt ### 📊 Changes **5 files changed** (+40 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+18 -25) 📝 `psst-gui/Cargo.toml` (+1 -1) 📝 `psst-gui/src/data/album.rs` (+8 -8) 📝 `psst-gui/src/data/utils.rs` (+12 -10) 📝 `psst-gui/src/ui/search.rs` (+1 -1) </details> ### 📄 Description Replaces the `chrono` crate with `time` 0.3 Depends on #207 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#452
No description provided.