[PR #87] [MERGED] Lock 0.x dependencies to semver-compatible versions #154

Closed
opened 2026-02-27 10:15:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/87
Author: @FliegendeWurst
Created: 1/7/2025
Status: Merged
Merged: 1/9/2025
Merged by: @matze

Base: masterHead: fix-dependencies


📝 Commits (1)

  • 8d7263b Lock 0.x dependencies to semver-compatible versions

📊 Changes

1 file changed (+12 additions, -12 deletions)

View changed files

📝 Cargo.toml (+12 -12)

📄 Description

Specifying dependencies as = "0" is almost exactly like "specifying" = "*" for crates >= 1.x. I realize there is a lockfile, but it still seems reckless.


🔄 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/matze/wastebin/pull/87 **Author:** [@FliegendeWurst](https://github.com/FliegendeWurst) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `fix-dependencies` --- ### 📝 Commits (1) - [`8d7263b`](https://github.com/matze/wastebin/commit/8d7263bf42bce9f7a85bb98450d3ffdd2c9fe8d1) Lock 0.x dependencies to semver-compatible versions ### 📊 Changes **1 file changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+12 -12) </details> ### 📄 Description Specifying dependencies as `= "0"` is almost exactly like "specifying" `= "*"` for crates >= 1.x. I realize there is a lockfile, but it still seems reckless. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:58 +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/wastebin-matze#154
No description provided.