Skip to content

Commit

Permalink
timings: Update name in Cargo.toml (solana-labs#3223)
Browse files Browse the repository at this point in the history
#### Problem

The name and description fields in the new `solana-timings` crate come
from the sanitize crate.

#### Summary of changes

Update the names.
  • Loading branch information
joncinque authored Oct 21, 2024
1 parent 7b05e29 commit f768a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "solana-timings"
description = "Solana Message Sanitization"
documentation = "https://docs.rs/solana-sanitize"
description = "Solana Execution Timings"
documentation = "https://docs.rs/solana-timings"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit f768a8e

Please sign in to comment.