mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #87] [MERGED] Lock 0.x dependencies to semver-compatible versions #154
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-dependencies📝 Commits (1)
8d7263bLock 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.