Skip to content

Commit fd91bdd

Browse files
committed
Fix bump
1 parent f490186 commit fd91bdd

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ version = "0.1.1"
44
edition = "2024"
55
description = "A utility for patching GPU-related binaries or configurations."
66
license = "FSL-1.1-MIT"
7+
documentation = "https://github.com/CynToolkit/gpupatch"
8+
homepage = "https://github.com/CynToolkit/gpupatch"
9+
repository = "https://github.com/CynToolkit/gpupatch"
710

811
[dependencies]

conductor/update_cargo_metadata.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Plan: Update Cargo.toml Metadata
2+
3+
## Objective
4+
Add missing metadata fields (`documentation`, `homepage`, `repository`) to `Cargo.toml`.
5+
6+
## Changes
7+
- Update `Cargo.toml` in the root directory.
8+
- Add the following fields to the `[package]` section:
9+
- `documentation = "https://github.com/CynToolkit/gpupatch"`
10+
- `homepage = "https://github.com/CynToolkit/gpupatch"`
11+
- `repository = "https://github.com/CynToolkit/gpupatch"`
12+
13+
## Verification
14+
- Run `cargo metadata --format-version 1` to verify the fields are correctly recognized.

0 commit comments

Comments
 (0)